guix-commits
[Top][All Lists]
Advanced

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

17/27: gnu: ncftp: Use INVOKE.


From: guix-commits
Subject: 17/27: gnu: ncftp: Use INVOKE.
Date: Fri, 25 Jan 2019 07:21:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ec7245f0dbe3f6f9429086d6f09ad5ddfa1ab394
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 12:15:04 2019 +0100

    gnu: ncftp: Use INVOKE.
    
    * gnu/packages/ftp.scm (ncftp)[arguments]: Use INVOKE.
---
 gnu/packages/ftp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 8ad782a..bc44d75 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -126,9 +126,9 @@ reliability in mind.")
                     (let ((out (assoc-ref outputs "out")))
                       (setenv "CONFIG_SHELL" (which "sh"))
                       (setenv "SHELL" (which "sh"))
-                      (zero? (system* "./configure"
-                                      (string-append "--prefix=" out)))))))
-                #:tests? #f))           ;there are no tests
+                      (invoke "./configure"
+                              (string-append "--prefix=" out))))))
+       #:tests? #f)) ;there are no tests
     (inputs `(("ncurses" ,ncurses)))
     (home-page "http://www.ncftp.com/ncftp/";)
     (synopsis "Command-line File Transfer Protocol (FTP) client")



reply via email to

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