diff options
author | Andy Tai <atai@atai.org> | 2023-06-07 19:22:20 -0700 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-06-09 12:53:56 +0200 |
commit | 12fd3a97558eeb0cc3a15498a5b6db1d2c7e6942 (patch) | |
tree | 6d7ebde12b93497d523f4e20072a99d63ddf65a1 /gnu/packages/web.scm | |
parent | 3c390111146a41c8b35a5384a0262987b34e0ef2 (diff) |
gnu: hubbub: Fix build.
* gnu/packages/web.scm (hubbub)[source]: Add patch.
* gnu/packages/patches/hubbub-maybe-uninitialized.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3af4aa0b8d..7df1cea36c 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5242,7 +5242,9 @@ C. It is developed as part of the NetSurf project.") (sha256 (base32 "1dimfyblmym98qa1b80c5jslv2zk8r44xbdrgrsrw1n9wr9y4yly")) - (patches (search-patches "hubbub-sort-entities.patch")))) + (patches (search-patches + "hubbub-sort-entities.patch" + "hubbub-maybe-uninitialized.patch")))) (build-system gnu-build-system) (native-inputs (list netsurf-buildsystem |