diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 19:08:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 19:38:42 +0200 |
commit | 5c30eb61d74034a1b7c188b8d7be7df0b926025f (patch) | |
tree | 01cca0f80d1acdd6aaf1df69c6cd94c41619678d /gnu/local.mk | |
parent | 47253d4837f72dc912f08bdbcd657d968e6ef8ce (diff) | |
download | guix-5c30eb61d74034a1b7c188b8d7be7df0b926025f.tar.gz guix-5c30eb61d74034a1b7c188b8d7be7df0b926025f.zip |
gnu: http-parser: Fix build [and guix pull] on armhf-linux.
* gnu/packages/web.scm (http-parser)[source]: Add patch.
* gnu/packages/patches/http-parser-fix-assertion-on-armhf.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2e12c5a873..8d737f211e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1081,6 +1081,7 @@ dist_patch_DATA = \ %D%/packages/patches/hdf-eos5-remove-gctp.patch \ %D%/packages/patches/hdf-eos5-fix-szip.patch \ %D%/packages/patches/hdf-eos5-fortrantests.patch \ + %D%/packages/patches/http-parser-fix-assertion-on-armhf.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-cross.patch \ %D%/packages/patches/hplip-remove-imageprocessor.patch \ |