ocamlnet: fixup build by bringing back nettle-3.3

This commit is contained in:
Vladimír Čunát
2017-11-30 12:28:35 +01:00
parent e9550f290c
commit d477bc353c
3 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
{ stdenv, fetchurl, pkgconfig, ncurses, ocaml, findlib, ocaml_pcre, camlzip
, gnutls, nettle }:
, gnutls, nettle_3_3 }:
# These overrides are just temporary, until ocamlnet supports nettle-3.4.
let gnutls_orig = gnutls; in
let gnutls = gnutls_orig.override { nettle = nettle_3_3; };
nettle = nettle_3_3;
in
let version = "4.1.4"; in