diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-17 13:07:35 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-18 12:30:39 -0400 |
commit | 1d14bf9f5ff43ff9097f1c5e1e2d37528eb74971 (patch) | |
tree | 93c613fa6af2d6495d43940e1ba52624217c4490 /gnu/local.mk | |
parent | 6aabc87d50769ceca8c3ef95bf4c79551efd47e0 (diff) |
gnu: gnutls: Fix test failure.
* gnu/packages/patches/gnutls-fix-stale-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (gnutls)[replacement]: New field.
(gnutls/fixed): New variable.
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 536ecef4ea..ef2eb0b173 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -533,6 +533,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/gnutls-fix-stale-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 \ |