me
/
guix
Archived
1
0
Fork 0

gnu: pixman: Do not build static libraries.

* gnu/packages/xdisorg.scm (pixman)[arguments]: New field.
master
Marius Bakke 2019-12-04 05:12:13 +01:00
parent f45a826f72
commit 92ab0841c0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -406,6 +406,8 @@ following the mouse.")
"1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
(patches (search-patches "pixman-CVE-2016-5296.patch"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(inputs
`(("libpng" ,libpng)
("zlib" ,zlib)))