guix-commits
[Top][All Lists]
Advanced

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

03/07: Revert "gnu: mumble: Actually modify qt-build-system."


From: guix-commits
Subject: 03/07: Revert "gnu: mumble: Actually modify qt-build-system."
Date: Mon, 23 Dec 2019 11:50:21 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 2b583cdd859f2c4e5c593f18ab419a819616120b
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]