mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: lcms: Do not build static library.
* gnu/packages/ghostscript.scm (lcms)[arguments]: New field.
This commit is contained in:
parent
c6af97b70a
commit
a1badf864f
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ (define-public lcms
|
|||
(sha256 (base32
|
||||
"083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
(inputs `(("libjpeg" ,libjpeg)
|
||||
("libtiff" ,libtiff)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue