[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/51: gnu: dns: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
24/51: gnu: dns: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:32 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit ffdd1b214ed5c86cf324f6f2f67a1d5e8a04101c
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:40 2021 +0200
gnu: dns: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/dns.scm
(knot-resolver)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ib39ca58fe52346bb083e0aa7a0d00059b5bc946d
---
gnu/packages/dns.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 33715d6b19..a8b13f5f34 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1044,7 +1044,8 @@ synthesis, and on-the-fly re-configuration.")
python-sphinx-rtd-theme
texinfo))
(inputs
- `(("fstrm" ,fstrm)
+ `(("bash" ,bash-minimal) ;for wrap-program
+ ("fstrm" ,fstrm)
("gnutls" ,gnutls)
("knot:lib" ,knot "lib")
("libuv" ,libuv)
- 21/51: gnu: ranger: Add 'bash' input for 'wrap-program'., (continued)
- 21/51: gnu: ranger: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/51: gnu: spice: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/51: gnu: execline: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 09/51: gnu: swish-e: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 05/51: gnu: ceph: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 04/51: gnu: mosh: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 13/51: gnu: phabricator: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/51: gnu: lxqt: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 19/51: gnu: kawa: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 22/51: gnu: lightdm: Explicitely use a native 'bash' for 'wrap-program'., guix-commits, 2023/10/21
- 24/51: gnu: dns: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 34/51: gnu: gpsd: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 43/51: gnu: orange: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 42/51: gnu: python-git-review: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 23/51: gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 29/51: gnu: itstool: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 44/51: gnu: piet: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 46/51: gnu: presentty: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 16/51: gnu: linux: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/51: gnu: dblatex: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21