guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: cups-filters: Pass "--localstatedir".


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

civodul pushed a commit to branch staging
in repository guix.

commit b263967018bd8d32578c4075d68c1d94664fc29a
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 12 23:15:54 2017 +0200

    gnu: cups-filters: Pass "--localstatedir".
    
    * gnu/packages/cups.scm (cups-filters)[arguments]: Pass --localstatedir.
---
 gnu/packages/cups.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 879ec42..0e7fcce 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -89,6 +89,10 @@
        #:configure-flags
        `("--disable-driverless" ; TODO: enable this
          "--disable-mutool"     ; depends on yet another PDF library (mupdf)
+
+         ;; Look for the "domain socket of CUPS" in /var/run/cups.
+         "--localstatedir=/var"
+
          ,(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]