me
/
guix
Archived
1
0
Fork 0

gnu: escpr: Omit static library.

* gnu/packages/cups.scm (escpr)[arguments]: Add "--disable-static"
to #:configure-flags.
master
Tobias Geerinckx-Rice 2020-11-21 15:15:57 +01:00
parent 24bb392c0b
commit 3b2a26219f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -766,7 +766,8 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
((srfi srfi-26)
,@%gnu-build-system-modules)
#:configure-flags
`(,(string-append "--prefix="
`("--disable-static"
,(string-append "--prefix="
(assoc-ref %outputs "out"))
,(string-append "--with-cupsfilterdir="
(assoc-ref %outputs "out") "/lib/cups/filter")