add ocaml-ipaddr
This commit is contained in:
committed by
Michael Raskin
parent
ffe02360dc
commit
b5c621062d
@@ -0,0 +1,15 @@
|
||||
{ocaml, findlib, stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml-ipaddr-2.4.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/mirage/ocaml-ipaddr/archive/2.4.0.tar.gz;
|
||||
sha256 = "0g7qg35w3vzcg37798rhbx7iia83286md3gj5gdhs1qgizlg56wx";
|
||||
};
|
||||
|
||||
buildInputs = [ocaml findlib];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user