mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (define-public cups-filters
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue