diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-12 16:18:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-12 17:26:39 -0400 |
commit | 866f469eddb6a28cfdbc3b2eec3d3a6a241f7168 (patch) | |
tree | 847c2c0449fd9996c2260ba7399a5f9ec4031aa2 /gnu-system.am | |
parent | 7ae3e06a322cc1801cecd90ae01eb811800a02cd (diff) | |
download | guix-866f469eddb6a28cfdbc3b2eec3d3a6a241f7168.tar guix-866f469eddb6a28cfdbc3b2eec3d3a6a241f7168.tar.gz |
gnu: gnutls: Update to 3.4.0.
* gnu/packages/patches/gnutls-fix-duplicate-manpages.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnutls.scm (gnutls)[source]: Update to 3.4.0. Add patch.
[arguments]: Pass --without-p11-kit to 'configure'.
[propagated-inputs]: Use 'nettle' instead of 'nettle-2'. Add 'libidn'.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 8ad58d0eaa..f28cd145ee 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -427,6 +427,7 @@ 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 \ |