mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
1a0c7f71f0
commit
30e5484f35
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ (define-public swineherd
|
|||
#:make-flags '("GUILE_AUTO_COMPILE=0")))
|
||||
(native-inputs
|
||||
(list autoconf automake guile-3.0 pkg-config texinfo))
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
(list btrfs-progs
|
||||
guile-config
|
||||
guile-fibers-1.3
|
||||
|
|
Loading…
Reference in a new issue