don't use patched configure script for ocaml
svn path=/nixpkgs/trunk/; revision=1191
This commit is contained in:
parent
103f769310
commit
417aa140f6
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;
|
url = http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08.0.tar.gz;
|
||||||
md5 = "c6ef478362295c150101cdd2efcd38e0";
|
md5 = "c6ef478362295c150101cdd2efcd38e0";
|
||||||
};
|
};
|
||||||
configureScript = ./configure;
|
|
||||||
dontAddPrefix = "True";
|
dontAddPrefix = "True";
|
||||||
configureFlags = ["-no-tk" "-x11lib" x11];
|
configureFlags = ["-no-tk" "-x11lib" x11];
|
||||||
makeFlags = ["world" "bootstrap" "opt"];
|
makeFlags = ["world" "bootstrap" "opt"];
|
||||||
|
|
Loading…
Reference in New Issue