diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 9d81a0aa07..301fdcdb35 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -198,9 +198,11 @@ (define-public cups-filters (wrap-program file `("PATH" ":" prefix (,(string-append + #$(this-package-input "coreutils") "/bin:" #$(this-package-input "ghostscript-with-cups") "/bin:" - #$(this-package-input "grep") "/bin"))))) + #$(this-package-input "grep") "/bin:" + #$(this-package-input "sed") "/bin"))))) (find-files (string-append #$output "/lib/cups/filter")))))))) (native-inputs @@ -208,6 +210,7 @@ (define-public cups-filters pkg-config)) (inputs (list avahi + coreutils fontconfig freetype font-dejavu ; also needed by test suite @@ -222,6 +225,7 @@ (define-public cups-filters glib qpdf poppler + sed cups-minimal)) (home-page "https://wiki.linuxfoundation.org/openprinting/cups-filters") (synopsis "OpenPrinting CUPS filters and backends")