guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit f5d7d6b7516693839634fb29543e2930bc09b247
Author: Hartmut Goebel <address@hidden>
Date:   Mon Dec 23 15:49:22 2019 +0100

    Revert "gnu: mumble: Actually modify qt-build-system."
    
    Now the qt-build-system is fixed, this is no longer necessary.
    
    This reverts commit a7a91c01c98499c8a1e44fadea1b8f70e91fc16f.
---
 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 b33d10d..0c9de8b 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 (@ (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"



reply via email to

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