diff options
author | Andreas Enge <andreas@enge.fr> | 2020-09-08 22:28:18 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2020-09-08 22:29:32 +0200 |
commit | ee7a7c9014f7dd238ab42d15ef3f5f1fe187d1c3 (patch) | |
tree | 0e7c2279883eb4a4064b4161dd79b6ce10592c21 /gnu/local.mk | |
parent | 44de399151c49fdf512e092ffd37ee25d08280be (diff) | |
download | guix-ee7a7c9014f7dd238ab42d15ef3f5f1fe187d1c3.tar.gz |
genimage: Add patch needed for the test on ARM architectures.
* gnu/packages/patches/genimage-signedness.patch: New file. * gnu/packages/genimage.scm (genimage)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Register patch.
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 dd15126b26..7c370a1d11 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1017,6 +1017,7 @@ dist_patch_DATA = \ %D%/packages/patches/gd-brect-bounds.patch \ %D%/packages/patches/gdb-hurd.patch \ %D%/packages/patches/gdm-default-session.patch \ + %D%/packages/patches/genimage-signedness.patch \ %D%/packages/patches/geoclue-config.patch \ %D%/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch \ %D%/packages/patches/ghc-testsuite-dlopen-pie.patch \ |