Skip to content

Commit 536355f

Browse files
committed
guix: move inputs to right places
1 parent 09b4e75 commit 536355f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

quickshell.scm

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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)
@@ -30,15 +31,16 @@
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
3839
spirv-tools
39-
wayland-protocols
40-
cli11))
41-
(inputs (list jemalloc
40+
wayland-protocols))
41+
(inputs (list bash-minimal
42+
cli11
43+
jemalloc
4244
libdrm
4345
libxcb
4446
libxkbcommon

0 commit comments

Comments
 (0)