diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-20 01:16:04 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:31 +0200 |
commit | b33c4e954a5c8536368c1e687c981e1d56ab38c7 (patch) | |
tree | 68021efeadabac388bfaca9180b95ddc54629aa9 /gnu/packages/cups.scm | |
parent | 57976f87c7f4498d48474cd910dc5d0fc18dc2dd (diff) | |
download | guix-b33c4e954a5c8536368c1e687c981e1d56ab38c7.tar.gz guix-b33c4e954a5c8536368c1e687c981e1d56ab38c7.zip |
gnu: foo2zjs: Add bash-minimal to inputs.
* gnu/packages/cups.scm (foo2zjs)
[inputs]: Add bash-minimal.
Change-Id: Ia9d0e303f00490e242bb0f59b2b033636dbf91fa
Diffstat (limited to 'gnu/packages/cups.scm')
-rw-r--r-- | gnu/packages/cups.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 0ba7b70c3f..e26ae1e72f 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -852,7 +852,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. |