mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ package.")
|
|||
(install-file "grovel/common.h"
|
||||
(string-append
|
||||
(assoc-ref outputs "out")
|
||||
"/include/grovel"))))))))))
|
||||
"/include/grovel"))
|
||||
#t))))))))
|
||||
|
||||
(define-public sbcl-cffi
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue