We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093cb41 commit 9536481Copy full SHA for 9536481
quickshell.scm
@@ -63,8 +63,6 @@
63
"-DCRASH_REPORTER=OFF")
64
#:phases
65
#~(modify-phases %standard-phases
66
- (replace 'build (lambda _ (invoke "cmake" "--build" ".")))
67
- (replace 'install (lambda _ (invoke "cmake" "--install" ".")))
68
(add-after 'install 'wrap-program
69
(lambda* (#:key inputs #:allow-other-keys)
70
(wrap-program (string-append #$output "/bin/quickshell")
0 commit comments