gnu: qwt: Use INVOKE.
* gnu/packages/qt.scm (qwt)[arguments]: Use INVOKE.
This commit is contained in:
parent
5b8484635f
commit
41173df9f8
1 changed files with 1 additions and 1 deletions
|
@ -2103,7 +2103,7 @@ (define-public qwt
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue