gnu: cups-filters: Remove reference to "acroread".
authorLudovic Courtès <ludo@gnu.org>
Tue, 12 Sep 2017 21:17:50 +0000 (23:17 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 12 Sep 2017 21:17:50 +0000 (23:17 +0200)
* gnu/packages/cups.scm (cups-filters)[arguments]: Pass
"--with-acroread-path".

gnu/packages/cups.scm

index 0e7fcce..0ecfd28 100644 (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")