diff options
author | Leo Famulari <leo@famulari.name> | 2016-09-18 21:47:29 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-09-19 16:09:56 -0400 |
commit | d404a6f9711c8dcc1cc6cf55d8c07901aa450192 (patch) | |
tree | 6b13540c4674f7f74f948a23147c5672c792e0ec /gnu/local.mk | |
parent | dfdaea32e90fd226aa98028a196fca3d2d371a94 (diff) |
gnu: gnupg: Fix test failure.
* gnu/packages/patches/gnupg-fix-expired-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnupg.scm (gnupg): 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 407612155f..a7566382dc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -541,6 +541,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-fix-expired-test.patch \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ |