guix-commits
[Top][All Lists]
Advanced

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

23/285: gnu: kdevelop: Use fixed qt-build-system.


From: guix-commits
Subject: 23/285: gnu: kdevelop: 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 9929500a60d6c5c2f7c00d51dba4a6db0a77d58a
Author: Hartmut Goebel <address@hidden>
Date:   Mon Dec 23 16:03:17 2019 +0100

    gnu: kdevelop: Use fixed qt-build-system.
    
    * gnu/packages/kde.scm (kdevelop)[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 24d8eed..0e142fc 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -222,7 +222,7 @@ projects.")
     (arguments
      `(#:tests? #f  ;; there are some issues with the test suite
        #:phases
-       (modify-phases (@ (guix build qt-build-system) %standard-phases)
+       (modify-phases %standard-phases
          (add-before 'configure 'add-include-path
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "cmake/modules/FindClang.cmake"



reply via email to

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