* 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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user