mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +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
|
||||
`(#:tests? #f ; no "check" target
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(modify-phases (@ (guix build qt-build-system) %standard-phases)
|
||||
(replace 'configure
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(invoke "qmake" "main.pro" "QMAKE_LRELEASE=lrelease"
|
||||
|
|
Loading…
Reference in a new issue