guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/02: gnu: sbcl-cffi-grovel: End all phases with #t.
Date: Thu, 12 Nov 2020 02:33:37 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4ce58ac0edad000aa116c309b512c6c6e6549ff3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 11 16:28:06 2020 +0200

    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.
---
 gnu/packages/lisp-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index bec4aee..d95da9c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]