gnu: cups-filters: Remove reference to "acroread".
* gnu/packages/cups.scm (cups-filters)[arguments]: Pass "--with-acroread-path".
This commit is contained in:
parent
b263967018
commit
f40aef6b3b
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@
|
||||||
;; Look for the "domain socket of CUPS" in /var/run/cups.
|
;; Look for the "domain socket of CUPS" in /var/run/cups.
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
|
||||||
|
;; Free software for the win.
|
||||||
|
"--with-acroread-path=evince"
|
||||||
|
|
||||||
,(string-append "--with-test-font-path="
|
,(string-append "--with-test-font-path="
|
||||||
(assoc-ref %build-inputs "font-dejavu")
|
(assoc-ref %build-inputs "font-dejavu")
|
||||||
"/share/fonts/truetype/DejaVuSans.ttf")
|
"/share/fonts/truetype/DejaVuSans.ttf")
|
||||||
|
|
Reference in a new issue