diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-10-14 09:42:09 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-10-14 09:42:09 +0200 |
commit | 05bafc5db52f075ab8dfe3ad8ea9c6d810cc75f5 (patch) | |
tree | 07dbb316525e7169b28e05994c83ae0e5a0a4418 /gnu/packages/web.scm | |
parent | 417cf5445b694331c5cc5c46112b9ac81884eebc (diff) |
gnu: libcyaml: Fix patch name.
* gnu/packages/web.scm (libcyaml)[source]: Fix patch name.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 0229a8c6f4..58f84236f0 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5081,7 +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")) + (patches (search-patches "libcyaml-libyaml-compat.patch")) (sha256 (base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93")))) (build-system gnu-build-system) |