Revert "gnu: mumble: Actually modify qt-build-system."
Now the qt-build-system is fixed, this is no longer necessary.
This reverts commit a7a91c01c9
.
master
parent
c19260ea00
commit
2b583cdd85
|
@ -417,7 +417,7 @@ address of one of the participants.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no "check" target
|
`(#:tests? #f ; no "check" target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases (@ (guix build qt-build-system) %standard-phases)
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(invoke "qmake" "main.pro" "QMAKE_LRELEASE=lrelease"
|
(invoke "qmake" "main.pro" "QMAKE_LRELEASE=lrelease"
|
||||||
|
|
Reference in New Issue