[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: swineherd: Propagate inputs.
From: |
guix-commits |
Subject: |
branch master updated: gnu: swineherd: Propagate inputs. |
Date: |
Mon, 18 Sep 2023 04:16:50 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 30e5484f35 gnu: swineherd: Propagate inputs.
30e5484f35 is described below
commit 30e5484f35cfb0f6b00ca317c1fc360002ffb8c3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 18 10:12:40 2023 +0200
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(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: swineherd: Propagate inputs.,
guix-commits <=