guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 03/03: gnu: cups-filters: Remove reference to "acroread".
Date: Tue, 12 Sep 2017 18:05:08 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit f40aef6b3b56e1e5fb6e6ac29bd372000e13982f
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 12 23:17:50 2017 +0200

    gnu: cups-filters: Remove reference to "acroread".
    
    * gnu/packages/cups.scm (cups-filters)[arguments]: Pass
    "--with-acroread-path".
---
 gnu/packages/cups.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 0e7fcce..0ecfd28 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]