about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ounit
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2010-12-21 09:37:35 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2010-12-21 09:37:35 +0000
commiteb33e01ac77c711b3efc92a8c4345b37a662f7ea (patch)
tree500c9bc6394124cbd24b51b63c36b29a57385319 /pkgs/development/ocaml-modules/ounit
parent2c85e4b96f4a9c7f0bbb93794fd96437e86304da (diff)
* Add variable createFindlibDestdir to the setupHook of findlib
* Set createFindlibDestdir to various ocaml packages.

svn path=/nixpkgs/trunk/; revision=25220
Diffstat (limited to 'pkgs/development/ocaml-modules/ounit')
-rw-r--r--pkgs/development/ocaml-modules/ounit/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ounit/default.nix b/pkgs/development/ocaml-modules/ounit/default.nix
index 62bf7f89c4912..b6d14383d5e55 100644
--- a/pkgs/development/ocaml-modules/ounit/default.nix
+++ b/pkgs/development/ocaml-modules/ounit/default.nix
@@ -23,6 +23,8 @@ stdenv.mkDerivation {
 
   checkTarget = "test";
 
+  createFindlibDestdir = true;
+
   meta = {
     homepage = http://www.xs4all.nl/~mmzeeman/ocaml/;
     description = "Unit test framework for OCaml";