guix-commits
[Top][All Lists]
Advanced

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

07/20: gnu: rng-tools: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 07/20: gnu: rng-tools: Use INVOKE.
Date: Wed, 16 May 2018 21:21:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f3afef52f6638f5759b5ae94850ed0d9840761c4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 16 15:43:23 2018 +0200

    gnu: rng-tools: Use INVOKE.
    
    * gnu/packages/linux.scm (rng-tools)[arguments]: Substitute INVOKE for
    SYSTEM* and explicitly return #t from phase.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f949e3f..b357a4b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3533,7 +3533,8 @@ The following service daemons are also provided:
        (modify-phases %standard-phases
          (add-after 'unpack 'bootstrap
            (lambda _
-             (zero? (system* "sh" "autogen.sh")))))))
+             (invoke "sh" "autogen.sh")
+             #t)))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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