gnu: cups-filters: Remove reference to "acroread".

* gnu/packages/cups.scm (cups-filters)[arguments]: Pass
"--with-acroread-path".
master
Ludovic Courtès 2017-09-12 23:17:50 +02:00
parent b263967018
commit f40aef6b3b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -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")