guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: cuirass: Make sure 'cuirass' has 'evaluate' in $PATH.


From: Ludovic Courtès
Subject: 02/04: gnu: cuirass: Make sure 'cuirass' has 'evaluate' in $PATH.
Date: Tue, 20 Dec 2016 09:38:21 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 4a78638f1fafd58839c012b546ae206168bb50ab
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 20 10:19:15 2016 +0100

    gnu: cuirass: Make sure 'cuirass' has 'evaluate' in $PATH.
    
    * gnu/packages/ci.scm (cuirass)[arguments]: Add OUT/bin to 'PATH'.
---
 gnu/packages/ci.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm
index 27bdf3f..05c51bb 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -217,8 +217,11 @@ their dependencies.")
                       (mods   (string-append json "/share/guile/site/2.0:"
                                              sqlite "/share/guile/site/2.0:"
                                              guix "/share/guile/site/2.0")))
+                 ;; Make sure 'cuirass' can find the 'git' and 'evaluate'
+                 ;; commands, as well as the relevant Guile modules.
                  (wrap-program (string-append out "/bin/cuirass")
-                   `("PATH" ":" prefix (,(string-append git "/bin")))
+                   `("PATH" ":" prefix (,(string-append out "/bin")
+                                        ,(string-append git "/bin")))
                    `("GUILE_LOAD_PATH" ":" prefix (,mods))
                    `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,mods)))
                  #t))))))



reply via email to

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