guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: sddm: Use fixed qt-build-system.


From: guix-commits
Subject: 04/07: gnu: sddm: Use fixed qt-build-system.
Date: Mon, 23 Dec 2019 11:50:22 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 214bfb2cb72769526c807f93b5c078d508e6a6f1
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]