gnu: qt@4: Use invoke.

* gnu/packages/qt.scm (qt@4)[arguments]: Use invoke.
master
Efraim Flashner 2018-10-21 10:07:35 +03:00
parent 1f71daf499
commit 852a5692bb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 44 additions and 44 deletions

View File

@ -433,7 +433,7 @@ system, and the core design of Django is reused in Grantlee.")
(substitute* "src/corelib/global/global.pri" (substitute* "src/corelib/global/global.pri"
(("/bin/ls") (which "ls"))) (("/bin/ls") (which "ls")))
(zero? (system* (invoke
"./configure" "./configure"
"-verbose" "-verbose"
"-prefix" out "-prefix" out
@ -476,7 +476,7 @@ system, and the core design of Django is reused in Grantlee.")
"-no-ssse3" "-no-ssse3"
"-no-sse4.1" "-no-sse4.1"
"-no-sse4.2" "-no-sse4.2"
"-no-avx"))))) "-no-avx"))))
(add-after (add-after
'install 'move-doc 'install 'move-doc
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)