* Add variable createFindlibDestdir to the setupHook of findlib

* Set createFindlibDestdir to various ocaml packages.

svn path=/nixpkgs/trunk/; revision=25220
This commit is contained in:
Marco Maggesi
2010-12-21 09:37:35 +00:00
parent 2c85e4b96f
commit eb33e01ac7
10 changed files with 23 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ stdenv.mkDerivation {
ensureDir $out/bin
'';
createFindlibDestdir = true;
meta = {
homepage = "http://ocaml.info/home/ocaml_sources.html#ocaml-sqlite3";
description = "OCaml bindings to the SQLite 3 database access library";