mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
5f799dd119
commit
4ce58ac0ed
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue