summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRaven Hallsby <karl@hallsby.com>2025-10-19 13:57:00 -0500
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-28 17:43:44 +0900
commitb5f91bd821e2194b319f5ed571b084fbc209eae1 (patch)
tree9a850f9e314c81fee279cd6f1fd61ab5c533c68d /gnu
parentc10540980444011e6481ac0a443efa82d54b9c97 (diff)
gnu: quickshell: Remove custom build & install phases.
* gnu/packages/wm.scm (quickshell): Remove custom phases. Quickshell uses the cmake-build-system, whose build and install phases are nearly identical to these custom phases. Reusing the standard cmake phases also means we allow Guix to control the build parallelism. Change-Id: Ia6f5da50165b1e9ce6b4443cbd64328c51f88222 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/wm.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 763e60d90df..1e5fa826e72 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1106,8 +1106,6 @@ your own layouts, widgets, and built-in commands.")
1106 "-DDISTRIBUTOR_DEBUGINFO_AVAILABLE=NO") 1106 "-DDISTRIBUTOR_DEBUGINFO_AVAILABLE=NO")
1107 #:phases 1107 #:phases
1108 #~(modify-phases %standard-phases 1108 #~(modify-phases %standard-phases
1109 (replace 'build (lambda _ (invoke "cmake" "--build" ".")))
1110 (replace 'install (lambda _ (invoke "cmake" "--install" ".")))
1111 (add-after 'install 'wrap-program 1109 (add-after 'install 'wrap-program
1112 (lambda _ 1110 (lambda _
1113 (wrap-program (string-append #$output "/bin/quickshell") 1111 (wrap-program (string-append #$output "/bin/quickshell")