htgoebel pushed a commit to branch master
in repository guix.
commit 214bfb2cb72769526c807f93b5c078d508e6a6f1
Author: Hartmut Goebel <[email protected]>
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"