guix-commits
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]