guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: qwt: Use INVOKE.


From: guix-commits
Subject: 12/14: gnu: qwt: Use INVOKE.
Date: Fri, 25 Jan 2019 08:02:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 41173df9f8997fbab1c26c7c0ebf3573576b80e0
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 13:53:04 2019 +0100

    gnu: qwt: Use INVOKE.
    
    * gnu/packages/qt.scm (qwt)[arguments]: Use INVOKE.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index de5d31e..b6499f3 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2103,7 +2103,7 @@ securely.  It will not store any data unencrypted unless 
explicitly requested.")
              (substitute* '("doc/doc.pro")
                ;; We'll install them in the 'install-man-pages' phase.
                (("^unix:doc\\.files.*") ""))
-             (zero? (system* "qmake")))))
+             (invoke "qmake"))))
        (add-after 'install 'install-man-pages
          (lambda* (#:key outputs #:allow-other-keys)
            (let* ((out (assoc-ref outputs "out"))



reply via email to

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