diff options
author | Mark H Weaver <mhw@netris.org> | 2015-05-21 14:30:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-05-22 23:00:30 -0400 |
commit | 936715c9f491ddbb943f4665cca1e7ec3c84ac22 (patch) | |
tree | b4d5ee08b23d55e5391970d4d7449796fb45ab78 /gnu-system.am | |
parent | 8605321dd6f3c42590046be9d69112a8c8cf7cbf (diff) | |
download | guix-936715c9f491ddbb943f4665cca1e7ec3c84ac22.tar guix-936715c9f491ddbb943f4665cca1e7ec3c84ac22.tar.gz |
gnu: gnutls: Update to 3.4.1.
* gnu/packages/patches/gnutls-fix-duplicate-manpages.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/gnutls.scm (gnutls): Update to 3.4.1. Remove patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 23113bb16c..a79495480a 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -439,7 +439,6 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/glibc-locales.patch \ gnu/packages/patches/gmp-arm-asm-nothumb.patch \ - gnu/packages/patches/gnutls-fix-duplicate-manpages.patch \ gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \ gnu/packages/patches/gobject-introspection-cc.patch \ gnu/packages/patches/gobject-introspection-girepository.patch \ |