re-introduced patched configure script to avoid use of an absolute path for configuration of ocaml

svn path=/nixpkgs/trunk/; revision=1261
This commit is contained in:
Eelco Visser 2004-08-11 20:08:08 +00:00
parent 2fea304633
commit 2398d68d94
2 changed files with 1483 additions and 0 deletions

1482
pkgs/development/compilers/ocaml/configure vendored Executable file

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@ stdenv.mkDerivation {
url = http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08.0.tar.gz;
md5 = "c6ef478362295c150101cdd2efcd38e0";
};
configureScript = ./configure;
dontAddPrefix = "True";
configureFlags = ["-no-tk" "-x11lib" x11];
makeFlags = ["world" "bootstrap" "opt"];