mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add libyaml+static.
* gnu/packages/web.scm (libyaml+static): New variable.
This commit is contained in:
parent
555677fdf7
commit
5eede29da4
1 changed files with 7 additions and 0 deletions
|
@ -1639,6 +1639,13 @@ (define-public libyaml
|
|||
"LibYAML is a YAML 1.1 parser and emitter written in C.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public libyaml+static
|
||||
(package
|
||||
(inherit libyaml)
|
||||
(name "libyaml+static")
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-static")))))
|
||||
|
||||
(define-public libquvi-scripts
|
||||
(package
|
||||
(name "libquvi-scripts")
|
||||
|
|
Loading…
Reference in a new issue