gnu: qwt: Use INVOKE.

* gnu/packages/qt.scm (qwt)[arguments]: Use INVOKE.
master
Ricardo Wurmus 2019-01-25 13:53:04 +01:00
parent 5b8484635f
commit 41173df9f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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"))