mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -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
|
(sha256 (base32
|
||||||
"083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8"))))
|
"083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags '("--disable-static")))
|
||||||
(inputs `(("libjpeg" ,libjpeg)
|
(inputs `(("libjpeg" ,libjpeg)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Loading…
Reference in a new issue