diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-09 18:32:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-09 18:49:28 +0200 |
commit | 0be199c976332fd655c547bb122d1214cc9bc452 (patch) | |
tree | fddad6dd69fe317795ea3d9c606d051d806fe33e /gnu/packages/gnutls.scm | |
parent | 1421afa94a825d413a5609ef0d89b878e1ba458c (diff) | |
download | guix-0be199c976332fd655c547bb122d1214cc9bc452.tar guix-0be199c976332fd655c547bb122d1214cc9bc452.tar.gz |
gnu: nettle: Make version 3 the default.
* gnu/packages/nettle.scm (nettle): Rename to...
(nettle-2): ... this.
(nettle-3): Rename to...
(nettle): ... this.
* gnu/packages/gnutls.scm (gnutls): Use NETTLE-2.
* gnu/packages/lsh.scm (lsh): Likewise.
Diffstat (limited to 'gnu/packages/gnutls.scm')
-rw-r--r-- | gnu/packages/gnutls.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm index b2176ec191..ec427e301a 100644 --- a/gnu/packages/gnutls.scm +++ b/gnu/packages/gnutls.scm @@ -140,7 +140,7 @@ living in the same process.") (propagated-inputs ;; These are all in the 'Requires.private' field of gnutls.pc. `(("libtasn1" ,libtasn1) - ("nettle" ,nettle) + ("nettle" ,nettle-2) ("zlib" ,zlib))) (home-page "http://www.gnu.org/software/gnutls/") (synopsis "Transport layer security library") |