guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: guile-gdbm-ffi: Use 'invoke'.


From: Mark H. Weaver
Subject: 02/05: gnu: guile-gdbm-ffi: Use 'invoke'.
Date: Sun, 18 Mar 2018 23:32:17 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 07e36357a51a62ce14afd19a3187ddf6a813cf0a
Author: Mark H Weaver <address@hidden>
Date:   Sun Mar 18 08:37:42 2018 -0400

    gnu: guile-gdbm-ffi: Use 'invoke'.
    
    * gnu/packages/guile.scm (guile-gdbm-ffi)[arguments]: Use 'invoke'
    instead of 'system*'.
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index c8b3361..1c8eaa9 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1166,7 +1166,7 @@ inspired by the SCSH regular expression system.")
                  (string-append module-dir "/gdbm.go"))
                 (compile-file
                  (lambda (in-file out-file)
-                   (system* guild "compile" "-o" out-file in-file))))
+                   (invoke guild "compile" "-o" out-file in-file))))
            ;; Switch directory for compiling and installing
            (chdir source)
 



reply via email to

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