me
/
guix
Archived
1
0
Fork 0

gnu: libxv: Do not build static libraries.

* gnu/packages/xorg.scm (libxv)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:51:17 +01:00
parent 2d4d56fc69
commit 6e6c9f39e4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -4742,6 +4742,8 @@ protocol and arbitrary X extension protocol.")
(base32
"125hn06bd3d8y97hm2pbf5j55gg4r2hpd3ifad651i4sr7m16v6j"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("xorgproto" ,xorgproto)))
(inputs