Skip to content

Commit

Permalink
ocamlPackages.ocamlbuild: 0.9.3 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 21, 2017
1 parent f61ead6 commit 34809eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ocaml/ocamlbuild/default.nix
@@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub, ocaml, findlib, buildOcaml, type_conv, camlp4,
ocamlmod, ocamlify, ounit, expect}:
let
version = "0.9.3";
version = "0.11.0";
in
stdenv.mkDerivation {
name = "ocamlbuild-${version}";
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "ocaml";
repo = "ocamlbuild";
rev = version;
sha256 = "1ikm51lx4jz5vmbvrdwsm5p59bwbz3pi22vqkyz5lmqcciyn69i3";
sha256 = "0c8lv15ngmrc471jmkv0jp3d573chibwnjlavps047d9hd8gwxak";
};

createFindlibDestdir = true;
Expand All @@ -22,6 +22,7 @@ stdenv.mkDerivation {
make -f configure.make Makefile.config \
"OCAMLBUILD_PREFIX=$out" \
"OCAMLBUILD_BINDIR=$out/bin" \
"OCAMLBUILD_MANDIR=$out/share/man" \
"OCAMLBUILD_LIBDIR=$OCAMLFIND_DESTDIR"
'';

Expand All @@ -33,4 +34,3 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ vbgl ];
};
}

0 comments on commit 34809eb

Please sign in to comment.