guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: tlsdate: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 01/08: gnu: tlsdate: Return #t from phases.
Date: Fri, 29 Jun 2018 09:48:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit efc1fd32880e7936ff5dc29e472cb26763559637
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 28 13:53:37 2018 +0200

    gnu: tlsdate: Return #t from phases.
    
    * gnu/packages/ntp.scm (tlsdate)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/ntp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index e9ae9fa..24653a2 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
 ;;; Copyright © 2015, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -164,7 +165,7 @@ minimalist than ntpd.")
                       ;; "recent date" since it is used to detect bogus dates
                       ;; received from servers.
                       (setenv "COMPILE_DATE" (number->string 1450563040))
-                      (zero? (system* "sh" "autogen.sh")))))))
+                      (invoke "sh" "autogen.sh"))))))
     (inputs `(("openssl" ,openssl)
               ("libevent" ,libevent)))
     (native-inputs `(("pkg-config" ,pkg-config)



reply via email to

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