~ruther/guix-local

f40aef6b3b56e1e5fb6e6ac29bd372000e13982f — Ludovic Courtès 8 years ago b263967
gnu: cups-filters: Remove reference to "acroread".

* gnu/packages/cups.scm (cups-filters)[arguments]: Pass
"--with-acroread-path".
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/cups.scm
M gnu/packages/cups.scm => gnu/packages/cups.scm +3 -0
@@ 93,6 93,9 @@
         ;; Look for the "domain socket of CUPS" in /var/run/cups.
         "--localstatedir=/var"

         ;; Free software for the win.
         "--with-acroread-path=evince"

         ,(string-append "--with-test-font-path="
                         (assoc-ref %build-inputs "font-dejavu")
                         "/share/fonts/truetype/DejaVuSans.ttf")