guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ecl: Return #t in wrap phase.


From: guix-commits
Subject: 01/02: gnu: ecl: Return #t in wrap phase.
Date: Mon, 14 Dec 2020 08:52:11 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit e3f538969ef250b5a4a720834f9f6e54aaf72a19
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sat Dec 12 10:33:37 2020 +0800

    gnu: ecl: Return #t in wrap phase.
    
    * gnu/packages/lisp.scm (ecl)[arguments]<phases>: In phase "wrap", return 
#t.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 3d44629..4592724 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -280,7 +280,8 @@ interface to the Tk widget system.")
                            (input-path lib "/include"))
                          `("kernel-headers" ,@libraries)))
                  `("LIBRARY_PATH" suffix ,library-directories)
-                 `("LD_LIBRARY_PATH" suffix ,library-directories)))))
+                 `("LD_LIBRARY_PATH" suffix ,library-directories))
+               #t)))
          (add-after 'wrap 'check (assoc-ref %standard-phases 'check))
          (add-before 'check 'fix-path-to-ecl
            (lambda _



reply via email to

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