gnu: cups-filters: Add coreutils and sed to wrapped PATH.
* gnu/packages/cups.scm (cups-filters) [arguments]: Add coreutils and sed to PATH in wrap-filters phase. [inputs]: Add coreutils and sed. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
85662a15a8
commit
a51507e582
@ -199,9 +199,11 @@ driver is known to work with these printers:
|
|||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("PATH" ":" prefix
|
`("PATH" ":" prefix
|
||||||
(,(string-append
|
(,(string-append
|
||||||
|
#$(this-package-input "coreutils") "/bin:"
|
||||||
#$(this-package-input "ghostscript-with-cups")
|
#$(this-package-input "ghostscript-with-cups")
|
||||||
"/bin:"
|
"/bin:"
|
||||||
#$(this-package-input "grep") "/bin")))))
|
#$(this-package-input "grep") "/bin:"
|
||||||
|
#$(this-package-input "sed") "/bin")))))
|
||||||
(find-files (string-append #$output
|
(find-files (string-append #$output
|
||||||
"/lib/cups/filter"))))))))
|
"/lib/cups/filter"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
@ -212,6 +214,7 @@ driver is known to work with these printers:
|
|||||||
pkg-config)))
|
pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
(list avahi
|
(list avahi
|
||||||
|
coreutils
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
font-dejavu ; also needed by test suite
|
font-dejavu ; also needed by test suite
|
||||||
@ -226,6 +229,7 @@ driver is known to work with these printers:
|
|||||||
glib
|
glib
|
||||||
qpdf
|
qpdf
|
||||||
poppler
|
poppler
|
||||||
|
sed
|
||||||
cups-minimal))
|
cups-minimal))
|
||||||
(home-page "https://wiki.linuxfoundation.org/openprinting/cups-filters")
|
(home-page "https://wiki.linuxfoundation.org/openprinting/cups-filters")
|
||||||
(synopsis "OpenPrinting CUPS filters and backends")
|
(synopsis "OpenPrinting CUPS filters and backends")
|
||||||
|
Loading…
Reference in New Issue
Block a user