diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-09-18 10:12:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-09-18 10:13:53 +0200 |
commit | 30e5484f35cfb0f6b00ca317c1fc360002ffb8c3 (patch) | |
tree | cc02b8bbe25d57d24bc0c19128df5c8c1efcb465 /gnu | |
parent | 1a0c7f71f0d74167f04377773791305260871b26 (diff) | |
download | guix-30e5484f35cfb0f6b00ca317c1fc360002ffb8c3.tar.gz guix-30e5484f35cfb0f6b00ca317c1fc360002ffb8c3.zip |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index c6b62834f1..741d4758f6 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -422,7 +422,7 @@ interface and is based on GNU Guile.") #: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 |