gnu: cups-filters: Pass "--localstatedir".
* gnu/packages/cups.scm (cups-filters)[arguments]: Pass --localstatedir.
This commit is contained in:
parent
1728c41171
commit
b263967018
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue