gnu: escpr: Omit static library.
* gnu/packages/cups.scm (escpr)[arguments]: Add "--disable-static" to #:configure-flags.master
parent
24bb392c0b
commit
3b2a26219f
|
@ -766,7 +766,8 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
|
||||||
((srfi srfi-26)
|
((srfi srfi-26)
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
`(,(string-append "--prefix="
|
`("--disable-static"
|
||||||
|
,(string-append "--prefix="
|
||||||
(assoc-ref %outputs "out"))
|
(assoc-ref %outputs "out"))
|
||||||
,(string-append "--with-cupsfilterdir="
|
,(string-append "--with-cupsfilterdir="
|
||||||
(assoc-ref %outputs "out") "/lib/cups/filter")
|
(assoc-ref %outputs "out") "/lib/cups/filter")
|
||||||
|
|
Reference in New Issue