diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-12-22 12:54:40 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-22 12:54:40 +0200 |
commit | a7a91c01c98499c8a1e44fadea1b8f70e91fc16f (patch) | |
tree | af3fa0d21ac4f1011449bcc70cb7768e8c50b8c5 /gnu/packages/telephony.scm | |
parent | 6f5d849a83c44ffb39c3a976aea10b7b31c24063 (diff) | |
download | patches-a7a91c01c98499c8a1e44fadea1b8f70e91fc16f.tar patches-a7a91c01c98499c8a1e44fadea1b8f70e91fc16f.tar.gz |
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.
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 0c9de8bd0c..b33d10da8d 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -417,7 +417,7 @@ address of one of the participants.") (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" |