gnu: imlib2: Don't build static library.
* gnu/packages/image.scm (imlib2)[arguments]: Disable static library.master
parent
710fc4c845
commit
08683393c3
|
@ -941,6 +941,8 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
|
|||
(base32
|
||||
"0zdk4afdrrr1539f2q15zja19j4wwfmpswzws2ffgflcnhywlxhr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags (list "--disable-static")))
|
||||
(native-inputs
|
||||
`(("pkgconfig" ,pkg-config)))
|
||||
(inputs
|
||||
|
|
Reference in New Issue