[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: foo2zjs: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
02/06: gnu: foo2zjs: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 01:22:31 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit e18fc993e9af13ec582a56b745f95f72ae91edd0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:16:04 2023 -0400
gnu: foo2zjs: Add bash-minimal to inputs.
* gnu/packages/cups.scm (foo2zjs)
[inputs]: Add bash-minimal.
Change-Id: Ia9d0e303f00490e242bb0f59b2b033636dbf91fa
---
gnu/packages/cups.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 62530f951b..41253b5b7b 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -844,7 +844,11 @@ printer/driver specific, but spooler-independent PPD
file.")
#:tests? #f ;no tests
#:make-flags '("CC=gcc")))
(inputs
- (list coreutils sed ghostscript foomatic-filters)) ;for 'foomatic-rip'
+ (list bash-minimal
+ coreutils
+ sed
+ ghostscript
+ foomatic-filters)) ;for 'foomatic-rip'
(native-inputs
(list bc groff))
;; The domain has expired and no one has meaningfully taken up the torch.
- branch core-updates updated (3a90987e8c -> dc41cf0644), guix-commits, 2023/10/20
- 03/06: gnu: ephemeralpg: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 04/06: gnu: mysql: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 05/06: gnu: sqitch: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 06/06: gnu: sqlparse: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 01/06: gnu: cups-filters: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 02/06: gnu: foo2zjs: Add bash-minimal to inputs.,
guix-commits <=