guix-commits
[Top][All Lists]
Advanced

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

22/285: gnu: sddm: Use fixed qt-build-system.


From: guix-commits
Subject: 22/285: gnu: sddm: 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 6b24e74389554681110c69b0d0f70269a17fdf0a
Author: Hartmut Goebel <address@hidden>
Date:   Mon Dec 23 16:00:24 2019 +0100

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

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index 75eab48..bfe1a8f 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -107,7 +107,7 @@
         (string-append "-DCMAKE_INSTALL_SYSCONFDIR="
                        (assoc-ref %outputs "out") "/etc"))
        #:phases
-       (modify-phases (@ (guix build qt-build-system) %standard-phases)
+       (modify-phases %standard-phases
          (add-after 'unpack 'embed-loginctl-reference
            (lambda _
              (substitute* "CMakeLists.txt"



reply via email to

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