gnu: imlib2: Don't build static library.
* gnu/packages/image.scm (imlib2)[arguments]: Disable static library.
This commit is contained in:
parent
710fc4c845
commit
08683393c3
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue