me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-cffi-grovel: End all phases with #t.

* gnu/packages/lisp-xyz.scm (sbcl-cffi-grovel)[arguments]: End custom
'install-headers phase with #t.
master
Efraim Flashner 2020-11-11 16:28:06 +02:00
parent 5f799dd119
commit 4ce58ac0ed
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -2599,7 +2599,8 @@ package.")
(install-file "grovel/common.h" (install-file "grovel/common.h"
(string-append (string-append
(assoc-ref outputs "out") (assoc-ref outputs "out")
"/include/grovel")))))))))) "/include/grovel"))
#t))))))))
(define-public sbcl-cffi (define-public sbcl-cffi
(package (package