[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: Add libyaml+static.
From: |
guix-commits |
Subject: |
02/03: gnu: Add libyaml+static. |
Date: |
Tue, 1 Dec 2020 07:31:40 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5eede29da48b783dac9f3abf5e7d0bfaa01f81ff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 1 13:29:17 2020 +0100
gnu: Add libyaml+static.
* gnu/packages/web.scm (libyaml+static): New variable.
---
gnu/packages/web.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f559d63..83086fc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1639,6 +1639,13 @@ hash/signatures.")
"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")