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-23 00:17:48 -0400 |
commit | f28084285af289c4649457208c98dcc66566add2 (patch) | |
tree | fc14d27a97d08e16a1c84a7c4fc97f4f7852425e /gnu-system.am | |
parent | 281c21567de4687ba55451cadca07e1743546e2b (diff) | |
download | guix-f28084285af289c4649457208c98dcc66566add2.tar.gz guix-f28084285af289c4649457208c98dcc66566add2.zip |
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 \ |