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/packages/gnupg.scm | |
parent | dfdaea32e90fd226aa98028a196fca3d2d371a94 (diff) | |
download | patches-d404a6f9711c8dcc1cc6cf55d8c07901aa450192.tar patches-d404a6f9711c8dcc1cc6cf55d8c07901aa450192.tar.gz |
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/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c78e9d87ec..0eaeb45bb9 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -243,6 +243,7 @@ compatible to GNU Pth.") (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) + (patches (search-patches "gnupg-fix-expired-test.patch")) (sha256 (base32 "0xcn46vcb5x5qx0bc803vpzhzhnn6wfhp7x71w9n1ahx4ak877ag")))) |