mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ocamlPackages.brr: 0.0.4 → 0.0.6
This commit is contained in:
parent
8c5947252d
commit
a3faae4701
@ -2,18 +2,17 @@
|
|||||||
, ocaml, findlib, ocamlbuild, topkg
|
, ocaml, findlib, ocamlbuild, topkg
|
||||||
, js_of_ocaml-compiler
|
, js_of_ocaml-compiler
|
||||||
, js_of_ocaml-toplevel
|
, js_of_ocaml-toplevel
|
||||||
, note
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ocaml${ocaml.version}-brr";
|
pname = "ocaml${ocaml.version}-brr";
|
||||||
version = "0.0.4";
|
version = "0.0.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://erratique.ch/software/brr/releases/brr-${version}.tbz";
|
url = "https://erratique.ch/software/brr/releases/brr-${version}.tbz";
|
||||||
hash = "sha256-v+Ik1tdRBVnNDqhmNoJuLelL3k5OhxIsUorGdTb9sbw=";
|
hash = "sha256-paYZlzujXsG1S+s/4/kAPBlDuV1Ljorw7okAu4qaAV0=";
|
||||||
};
|
};
|
||||||
buildInputs = [ ocaml findlib ocamlbuild topkg ];
|
buildInputs = [ ocaml findlib ocamlbuild topkg ];
|
||||||
propagatedBuildInputs = [ js_of_ocaml-compiler js_of_ocaml-toplevel note ];
|
propagatedBuildInputs = [ js_of_ocaml-compiler js_of_ocaml-toplevel ];
|
||||||
inherit (topkg) buildPhase installPhase;
|
inherit (topkg) buildPhase installPhase;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user