mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: cups-filters: Pass "--localstatedir".
* gnu/packages/cups.scm (cups-filters)[arguments]: Pass --localstatedir.
This commit is contained in:
parent
1728c41171
commit
b263967018
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ (define-public cups-filters
|
|||
#: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 a new issue