gnu: qt@4: Use invoke.
* gnu/packages/qt.scm (qt@4)[arguments]: Use invoke.
This commit is contained in:
parent
1f71daf499
commit
852a5692bb
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue