mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: pixman: Do not build static libraries.
* gnu/packages/xdisorg.scm (pixman)[arguments]: New field.
This commit is contained in:
parent
f45a826f72
commit
92ab0841c0
1 changed files with 2 additions and 0 deletions
|
@ -406,6 +406,8 @@ (define-public pixman
|
|||
"1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
|
||||
(patches (search-patches "pixman-CVE-2016-5296.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
`(("libpng" ,libpng)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue