guix-commits
[Top][All Lists]
Advanced

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

12/17: gnu: uthash: Use INVOKE.


From: guix-commits
Subject: 12/17: gnu: uthash: Use INVOKE.
Date: Sat, 26 Jan 2019 10:34:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c9e75159706368be7b0b9d8a8fe33dc2786e37a7
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 26 14:46:40 2019 +0100

    gnu: uthash: Use INVOKE.
    
    * gnu/packages/datastructures.scm (uthash)[arguments]: Use INVOKE.
---
 gnu/packages/datastructures.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 8fca504..27fe882 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -171,8 +171,7 @@ queues, stacks, and doubly-linked lists.")
          (replace 'check
            (lambda* (#:key make-flags #:allow-other-keys)
              (with-directory-excursion "tests"
-               (zero? (apply system* "make"
-                             make-flags)))))
+               (apply invoke "make" make-flags))))
          (replace 'install
            ;; There is no top-level Makefile to do this for us.
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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