mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: foo2zjs: Add bash-minimal to inputs.
* gnu/packages/cups.scm (foo2zjs) [inputs]: Add bash-minimal. Change-Id: Ia9d0e303f00490e242bb0f59b2b033636dbf91fa
This commit is contained in:
parent
57976f87c7
commit
b33c4e954a
1 changed files with 5 additions and 1 deletions
|
@ -852,7 +852,11 @@ printer/driver specific, but spooler-independent PPD file.")
|
||||||
#:tests? #f ;no tests
|
#:tests? #f ;no tests
|
||||||
#:make-flags '("CC=gcc")))
|
#:make-flags '("CC=gcc")))
|
||||||
(inputs
|
(inputs
|
||||||
(list coreutils sed ghostscript foomatic-filters)) ;for 'foomatic-rip'
|
(list bash-minimal
|
||||||
|
coreutils
|
||||||
|
sed
|
||||||
|
ghostscript
|
||||||
|
foomatic-filters)) ;for 'foomatic-rip'
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bc groff))
|
(list bc groff))
|
||||||
;; The domain has expired and no one has meaningfully taken up the torch.
|
;; The domain has expired and no one has meaningfully taken up the torch.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue