me
/
guix
Archived
1
0
Fork 0

gnu: libyaml: Do not build static libraries.

* gnu/packages/web.scm (libyaml)[arguments]: New field.
master
Marius Bakke 2020-06-27 15:37:44 +02:00
parent dfa99fcd27
commit 2a659af50c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -1499,6 +1499,8 @@ hash/signatures.")
(base32
"1x4fcw13r3lqy8ndydr3ili87wicplw2awbcv6r21qgyfndswhn6"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(home-page "http://pyyaml.org/wiki/LibYAML")
(synopsis "YAML 1.1 parser and emitter written in C")
(description