mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: mumble: Actually modify qt-build-system.
This was reported by Ivan Vilata i Balaguer. * gnu/packages/telephony.scm (mumble)[arguments]: Refer to the qt-build-system %supported-phases directly so we modify them.
This commit is contained in:
parent
6f5d849a83
commit
a7a91c01c9
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ (define-public mumble
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no "check" target
|
`(#:tests? #f ; no "check" target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases (@ (guix build qt-build-system) %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"
|
||||||
|
|
Loading…
Reference in a new issue