summaryrefslogtreecommitdiff
path: root/gnu/packages/cups.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-09-12 23:17:50 +0200
committerLudovic Courtès <ludo@gnu.org>2017-09-12 23:17:50 +0200
commitf40aef6b3b56e1e5fb6e6ac29bd372000e13982f (patch)
treebb37de2348154725467ade6303e03a6a3df87fe1 /gnu/packages/cups.scm
parentb263967018bd8d32578c4075d68c1d94664fc29a (diff)
gnu: cups-filters: Remove reference to "acroread".
* gnu/packages/cups.scm (cups-filters)[arguments]: Pass "--with-acroread-path".
Diffstat (limited to 'gnu/packages/cups.scm')
-rw-r--r--gnu/packages/cups.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 0e7fcce749..0ecfd288c4 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -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")