lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlnet: 3.7.7 -> 4.1.1 (#16008)

authored by

vbgl and committed by
obadz
0a4e806f d220132f

+7 -9
+7 -9
pkgs/development/ocaml-modules/ocamlnet/default.nix
··· 1 - {stdenv, fetchurl, ncurses, ocaml, findlib, ocaml_pcre, camlzip, openssl, ocaml_ssl, cryptokit }: 1 + { stdenv, fetchurl, pkgconfig, ncurses, ocaml, findlib, ocaml_pcre, camlzip 2 + , gnutls, nettle }: 2 3 3 4 let 4 5 ocaml_version = (builtins.parseDrvName ocaml.name).version; 5 6 in 6 7 7 8 stdenv.mkDerivation { 8 - name = "ocamlnet-3.7.7"; 9 + name = "ocamlnet-4.1.1"; 9 10 10 11 src = fetchurl { 11 - url = http://download.camlcity.org/download/ocamlnet-3.7.7.tar.gz; 12 - sha256 = "02bnks9jshpq9nqva5lky5hl009yp19cgvf1izjca620hx54d3jv"; 12 + url = http://download.camlcity.org/download/ocamlnet-4.1.1.tar.gz; 13 + sha256 = "1z0j542dfzfimsn4asw1ycb4ww561pv92cz6s6kxazvgx60c5rb1"; 13 14 }; 14 15 15 - buildInputs = [ncurses ocaml findlib ocaml_pcre camlzip openssl ocaml_ssl cryptokit]; 16 - 17 - propagatedbuildInputs = [ncurses ocaml_pcre camlzip openssl ocaml_ssl cryptokit]; 16 + buildInputs = [ ncurses ocaml findlib ocaml_pcre camlzip gnutls pkgconfig nettle ]; 18 17 19 18 createFindlibDestdir = true; 20 19 ··· 23 22 preConfigure = '' 24 23 configureFlagsArray=( 25 24 -bindir $out/bin 26 - -enable-ssl 25 + -enable-gnutls 27 26 -enable-zip 28 27 -enable-pcre 29 - -enable-crypto 30 28 -disable-gtk2 31 29 -with-nethttpd 32 30 -datadir $out/lib/ocaml/${ocaml_version}/ocamlnet