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.
This commit is contained in:
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

View file

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