guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/285: gnu: mumble: Actually modify qt-build-system.


From: guix-commits
Subject: 07/285: gnu: mumble: Actually modify qt-build-system.
Date: Sun, 29 Dec 2019 20:43:50 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 09b818a923b400dd10848b711fba9bcc78adb686
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 22 12:54:40 2019 +0200

    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.
---
 gnu/packages/telephony.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 0c9de8b..b33d10d 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]