don't use patched configure script for ocaml

svn path=/nixpkgs/trunk/; revision=1191
This commit is contained in:
Eelco Visser 2004-07-28 11:23:35 +00:00
parent 103f769310
commit 417aa140f6
2 changed files with 0 additions and 1483 deletions

File diff suppressed because it is too large Load Diff

@ -7,7 +7,6 @@ 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"];