me
/
guix
Archived
1
0
Fork 0

gnu: libxtst: Do not build static libraries.

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

View File

@ -4703,6 +4703,8 @@ cannot be adequately worked around on the client side of the wire.")
(base32 (base32
"012jpyj7xfm653a9jcfqbzxyywdmwb2b5wr1dwylx14f3f54jma6")))) "012jpyj7xfm653a9jcfqbzxyywdmwb2b5wr1dwylx14f3f54jma6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs (propagated-inputs
`(("libxi" ,libxi) `(("libxi" ,libxi)
("xorgproto" ,xorgproto))) ("xorgproto" ,xorgproto)))