summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/pcre
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/pcre
parent2c85e4b96f4a9c7f0bbb93794fd96437e86304da (diff)
downloadnixpkgs-eb33e01ac77c711b3efc92a8c4345b37a662f7ea.tar
nixpkgs-eb33e01ac77c711b3efc92a8c4345b37a662f7ea.tar.gz
nixpkgs-eb33e01ac77c711b3efc92a8c4345b37a662f7ea.tar.bz2
nixpkgs-eb33e01ac77c711b3efc92a8c4345b37a662f7ea.tar.lz
nixpkgs-eb33e01ac77c711b3efc92a8c4345b37a662f7ea.tar.xz
nixpkgs-eb33e01ac77c711b3efc92a8c4345b37a662f7ea.tar.zst
nixpkgs-eb33e01ac77c711b3efc92a8c4345b37a662f7ea.zip
* 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/pcre')
-rw-r--r--pkgs/development/ocaml-modules/pcre/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/pcre/default.nix b/pkgs/development/ocaml-modules/pcre/default.nix
index d16093a6feb..fdc527791c0 100644
--- a/pkgs/development/ocaml-modules/pcre/default.nix
+++ b/pkgs/development/ocaml-modules/pcre/default.nix
@@ -16,6 +16,8 @@ stdenv.mkDerivation {
 
   buildInputs = [pcre ocaml findlib];
 
+  createFindlibDestdir = true;
+
   configurePhase = "true";	# Skip configure phase
 
   meta = {