gnu: Add libyaml+static.
* gnu/packages/web.scm (libyaml+static): New variable.master
parent
555677fdf7
commit
5eede29da4
|
@ -1639,6 +1639,13 @@ hash/signatures.")
|
||||||
"LibYAML is a YAML 1.1 parser and emitter written in C.")
|
"LibYAML is a YAML 1.1 parser and emitter written in C.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public libyaml+static
|
||||||
|
(package
|
||||||
|
(inherit libyaml)
|
||||||
|
(name "libyaml+static")
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--enable-static")))))
|
||||||
|
|
||||||
(define-public libquvi-scripts
|
(define-public libquvi-scripts
|
||||||
(package
|
(package
|
||||||
(name "libquvi-scripts")
|
(name "libquvi-scripts")
|
||||||
|
|
Reference in New Issue