mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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:
parent
2fea304633
commit
2398d68d94
1482
pkgs/development/compilers/ocaml/configure
vendored
Executable file
1482
pkgs/development/compilers/ocaml/configure
vendored
Executable file
File diff suppressed because it is too large
Load Diff
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user