diff options
author | Marius Bakke <marius@gnu.org> | 2020-10-11 16:44:00 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-10-13 23:48:15 +0200 |
commit | 0caf236b3b5c9b19ee8709865ae7df9c59e7fe9b (patch) | |
tree | f1aff1f12fca4558f12f06133584e60cef13e4cb /gnu/packages/web.scm | |
parent | 8008ef29f2f13d998e82bbc5bb66f8489321ae85 (diff) |
gnu: libcyaml: Fix build with libyaml 0.2.5.
* gnu/packages/patches/libcyaml-libyaml-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/web.scm (libcyaml)[source](patches): New field.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index ced6dc2eee..0229a8c6f4 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5081,6 +5081,7 @@ written in C. It is developed as part of the NetSurf project.") (url "https://github.com/tlsa/libcyaml") (commit (string-append "v" version)))) (file-name (git-file-name name version)) + (patches (search-patches "libcyaml-yaml-compat.patch")) (sha256 (base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93")))) (build-system gnu-build-system) |