diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-25 13:53:04 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-25 13:53:04 +0100 |
commit | 41173df9f8997fbab1c26c7c0ebf3573576b80e0 (patch) | |
tree | 6a8a774b2c882abe6e25ffb87e2da650b007f3fc | |
parent | 5b8484635fa0ba77a32a88bae571dc2a6703d47f (diff) | |
download | patches-41173df9f8997fbab1c26c7c0ebf3573576b80e0.tar patches-41173df9f8997fbab1c26c7c0ebf3573576b80e0.tar.gz |
gnu: qwt: Use INVOKE.
* gnu/packages/qt.scm (qwt)[arguments]: Use INVOKE.
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index de5d31e4d7..b6499f35dc 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")) |