From 30e5484f35cfb0f6b00ca317c1fc360002ffb8c3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 18 Sep 2023 10:12:40 +0200 Subject: 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. --- gnu/packages/admin.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3