summaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/ounit
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/ounit')
-rw-r--r--pkgs/development/ocaml-modules/ounit/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/development/ocaml-modules/ounit/default.nix b/pkgs/development/ocaml-modules/ounit/default.nix
index d449296ab701..7179b8408a00 100644
--- a/pkgs/development/ocaml-modules/ounit/default.nix
+++ b/pkgs/development/ocaml-modules/ounit/default.nix
@@ -1,8 +1,4 @@
-{stdenv, fetchurl, ocaml, findlib, camlp4}:
-
-let
- ocaml_version = (builtins.parseDrvName ocaml.name).version;
-in
+{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, camlp4 }:
stdenv.mkDerivation {
name = "ounit-2.0.0";
@@ -12,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "118xsadrx84pif9vaq13hv4yh22w9kmr0ypvhrs0viir1jr0ajjd";
};
- buildInputs = [ocaml findlib camlp4];
+ buildInputs = [ ocaml findlib ocamlbuild camlp4 ];
dontAddPrefix = true;