Skip to content

Commit 9536481

Browse files
committed
guix: remove unneeded replacements
1 parent 093cb41 commit 9536481

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

quickshell.scm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
"-DCRASH_REPORTER=OFF")
6464
#:phases
6565
#~(modify-phases %standard-phases
66-
(replace 'build (lambda _ (invoke "cmake" "--build" ".")))
67-
(replace 'install (lambda _ (invoke "cmake" "--install" ".")))
6866
(add-after 'install 'wrap-program
6967
(lambda* (#:key inputs #:allow-other-keys)
7068
(wrap-program (string-append #$output "/bin/quickshell")

0 commit comments

Comments
 (0)