diff options
author | Mark H Weaver <mhw@netris.org> | 2015-08-19 01:39:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-08-21 12:02:20 -0400 |
commit | 9cdce047d0b79f81e2888fc82fc2c8a61cb1aee4 (patch) | |
tree | bc59aa0e21e5badad36c671341147c1bbec30ed0 /gnu-system.am | |
parent | 80601ec17991b632dc29478fc5f2d6e04f64df74 (diff) | |
download | gnu-guix-9cdce047d0b79f81e2888fc82fc2c8a61cb1aee4.tar gnu-guix-9cdce047d0b79f81e2888fc82fc2c8a61cb1aee4.tar.gz |
gnu: gnutls: Update to 3.4.4.1.
* gnu/packages/patches/gnutls-doc-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (gnutls): Update to 3.4.4.1. Add patch.
[arguments]: Add 'delete-prebuilt-unfixed-info-file' phase.
In 'move-doc' phase, copy man pages to the correct directory.
[native-inputs]: Add 'texinfo'.
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 65282dfcb0..6abdaa2c7d 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -468,6 +468,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-doc-fix.patch \ gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \ gnu/packages/patches/gobject-introspection-cc.patch \ gnu/packages/patches/gobject-introspection-girepository.patch \ |