* 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:
@@ -16,6 +16,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [pcre ocaml findlib];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
configurePhase = "true"; # Skip configure phase
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user