guix-commits
[Top][All Lists]
Advanced

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

24/285: gnu: kdeconnect: Use fixed qt-build-system.


From: guix-commits
Subject: 24/285: gnu: kdeconnect: Use fixed 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 87660447d01689c79925e4ae81f1ec9f3afccd27
Author: Hartmut Goebel <address@hidden>
Date:   Mon Dec 23 16:02:07 2019 +0100

    gnu: kdeconnect: Use fixed qt-build-system.
    
    * gnu/packages/kde.scm (kdeconnect)[arguments]<phases>: Use
      %standard-phases without explicitly referring to the qt-build-system
      module.
---
 gnu/packages/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 0e142fc..8211661 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -488,7 +488,7 @@ different notification systems.")
      `(#:configure-flags '("-DBUILD_TESTING=ON")
        #:tests? #f ; tests fail hard in our build environment
        #:phases
-       (modify-phases (@ (guix build qt-build-system) %standard-phases)
+       (modify-phases %standard-phases
          (add-before 'check 'check-setup
            (lambda _
              (setenv "QT_QPA_PLATFORM" "offscreen")



reply via email to

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