ocamlPackages.ocurl: 0.7.8 -> 0.8.0
This commit is contained in:
parent
4c1cd74b5b
commit
50bdf5900e
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, ocaml, findlib, fetchurl, curl, ncurses }:
|
{ stdenv, pkgconfig, ocaml, findlib, fetchurl, curl, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocurl-0.7.8";
|
name = "ocurl-0.8.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://forge.ocamlcore.org/frs/download.php/1463/${name}.tar.bz2";
|
url = "http://ygrek.org.ua/p/release/ocurl/${name}.tar.gz";
|
||||||
sha256 = "0yn7f3g5wva8nqxh76adpq9rihggc405jkqysfghzwnf3yymyqrr";
|
sha256 = "0292knvm9g038br0dc03lcsnbjqycyiqha256dp4bxkz3vmmz4wr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ncurses ];
|
buildInputs = [ pkgconfig ocaml findlib ncurses ];
|
||||||
propagatedBuildInputs = [ curl ];
|
propagatedBuildInputs = [ curl ];
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "OCaml bindings to libcurl";
|
description = "OCaml bindings to libcurl";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.mit;
|
||||||
homepage = http://ocurl.forge.ocamlcore.org/;
|
homepage = "http://ygrek.org.ua/p/ocurl/";
|
||||||
maintainers = with stdenv.lib.maintainers; [ bennofs ];
|
maintainers = with stdenv.lib.maintainers; [ bennofs ];
|
||||||
platforms = ocaml.meta.platforms or [];
|
platforms = ocaml.meta.platforms or [];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user