me
/
guix
Archived
1
0
Fork 0

gnu: lcms: Do not build static library.

* gnu/packages/ghostscript.scm (lcms)[arguments]: New field.
master
Marius Bakke 2020-01-08 15:39:23 +01:00
parent c6af97b70a
commit a1badf864f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@
(sha256 (base32
"083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
(inputs `(("libjpeg" ,libjpeg)
("libtiff" ,libtiff)
("zlib" ,zlib)))