File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11(define-module (quickshell)
22 #:use-module ((guix licenses) #:prefix license:)
3+ #:use-module (gnu packages bash)
34 #:use-module (gnu packages cpp)
45 #:use-module (gnu packages freedesktop)
56 #:use-module (gnu packages gcc)
3031 #:select? (or (git-predicate (current-source-directory))
3132 (const #t ))))
3233 (build-system cmake-build-system)
33- (propagated-inputs (list qtbase qtdeclarative qtsvg))
34+ (propagated-inputs (list qtsvg))
3435 (native-inputs (list ninja
3536 gcc-14
3637 pkg-config
3738 qtshadertools
38- spirv-tools
39- wayland-protocols
40- cli11))
41- (inputs ( list jemalloc
39+ spirv-tools))
40+ (inputs ( list bash-minimal
41+ cli11
42+ jemalloc
4243 libdrm
4344 libxcb
4445 libxkbcommon
5051 qtdeclarative
5152 qtwayland
5253 vulkan-headers
53- wayland))
54+ wayland
55+ wayland-protocols))
5456 (arguments
5557 (list #:tests? #f
5658 #:configure-flags
You can’t perform that action at this time.
0 commit comments