gnu: swineherd: Propagate inputs.
Swineherd does not wrap its inputs, so it needs to drag along all its Guile inputs when installed. * gnu/packages/admin.scm (swineherd)[inputs]: Move all from here... [propagated-inputs]: ...to here.
parent
1a0c7f71f0
commit
30e5484f35
|
@ -422,7 +422,7 @@ interface and is based on GNU Guile.")
|
||||||
#:make-flags '("GUILE_AUTO_COMPILE=0")))
|
#:make-flags '("GUILE_AUTO_COMPILE=0")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake guile-3.0 pkg-config texinfo))
|
(list autoconf automake guile-3.0 pkg-config texinfo))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
(list btrfs-progs
|
(list btrfs-progs
|
||||||
guile-config
|
guile-config
|
||||||
guile-fibers-1.3
|
guile-fibers-1.3
|
||||||
|
|
Reference in New Issue