diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-22 14:56:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-22 15:05:50 +0100 |
commit | 059b3aa9c335041d947cf2b765ab3dab811cfdc5 (patch) | |
tree | ac892c37a12cee586f4205404565d01101de4446 /gnu/local.mk | |
parent | 8e401ab6dbd1faafd239d07638578e33b203e71f (diff) | |
download | guix-059b3aa9c335041d947cf2b765ab3dab811cfdc5.tar guix-059b3aa9c335041d947cf2b765ab3dab811cfdc5.tar.gz |
gnu: gnupg: Fix build on 32-bit architectures.
* gnu/packages/patches/gnupg-test-segfault-on-32bit-arch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnupg.scm (gnupg)[source]: Use 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 f55d8e5e74..ee8f1e591f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -588,6 +588,7 @@ dist_patch_DATA = \ %D%/packages/patches/gmp-faulty-test.patch \ %D%/packages/patches/gnome-tweak-tool-search-paths.patch \ %D%/packages/patches/gnucash-price-quotes-perl.patch \ + %D%/packages/patches/gnupg-test-segfault-on-32bit-arch.patch \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ |