gnu: cups-filters: Pass "--localstatedir".

* gnu/packages/cups.scm (cups-filters)[arguments]: Pass --localstatedir.
master
Ludovic Courtès 2017-09-12 23:15:54 +02:00
parent 1728c41171
commit b263967018
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -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")