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
parent
5f799dd119
commit
4ce58ac0ed
|
@ -2599,7 +2599,8 @@ package.")
|
|||
(install-file "grovel/common.h"
|
||||
(string-append
|
||||
(assoc-ref outputs "out")
|
||||
"/include/grovel"))))))))))
|
||||
"/include/grovel"))
|
||||
#t))))))))
|
||||
|
||||
(define-public sbcl-cffi
|
||||
(package
|
||||
|
|
Reference in New Issue