Revert "gnu: mumble: Actually modify qt-build-system."

Now the qt-build-system is fixed, this is no longer necessary.

This reverts commit a7a91c01c9.
This commit is contained in:
Hartmut Goebel 2019-12-23 15:49:22 +01:00
parent c19260ea00
commit 2b583cdd85
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF

View File

@ -417,7 +417,7 @@ address of one of the participants.")
(arguments
`(#:tests? #f ; no "check" target
#:phases
(modify-phases (@ (guix build qt-build-system) %standard-phases)
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
(invoke "qmake" "main.pro" "QMAKE_LRELEASE=lrelease"