gnu: lcms: Do not build static library.
* gnu/packages/ghostscript.scm (lcms)[arguments]: New field.master
parent
c6af97b70a
commit
a1badf864f
|
@ -58,6 +58,8 @@
|
|||
(sha256 (base32
|
||||
"083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
(inputs `(("libjpeg" ,libjpeg)
|
||||
("libtiff" ,libtiff)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Reference in New Issue