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 09b4e75 commit 536355fCopy full SHA for 536355f
quickshell.scm
@@ -1,5 +1,6 @@
1
(define-module (quickshell)
2
#:use-module ((guix licenses) #:prefix license:)
3
+ #:use-module (gnu packages bash)
4
#:use-module (gnu packages cpp)
5
#:use-module (gnu packages freedesktop)
6
#:use-module (gnu packages gcc)
@@ -30,15 +31,16 @@
30
31
#:select? (or (git-predicate (current-source-directory))
32
(const #t))))
33
(build-system cmake-build-system)
- (propagated-inputs (list qtbase qtdeclarative qtsvg))
34
+ (propagated-inputs (list qtsvg))
35
(native-inputs (list ninja
36
gcc-14
37
pkg-config
38
qtshadertools
39
spirv-tools
- wayland-protocols
40
- cli11))
41
- (inputs (list jemalloc
+ wayland-protocols))
+ (inputs (list bash-minimal
42
+ cli11
43
+ jemalloc
44
libdrm
45
libxcb
46
libxkbcommon
0 commit comments