* Switching back to OCaml 3.08.0 to hopefully resolve compile errors
svn path=/nixpkgs/trunk/; revision=6215
This commit is contained in:
parent
3580697f20
commit
a312ca7edd
@ -7,6 +7,6 @@ stdenv.mkDerivation {
|
||||
md5 = "a7fa54f19844a20562efd37f67c391da";
|
||||
};
|
||||
patches = [./cil-aterm-1.3.4.patch];
|
||||
buildInputs = [ ocaml perl ];
|
||||
buildInputs = [ ocaml3080 perl ];
|
||||
inherit ocaml perl;
|
||||
}
|
||||
|
@ -1038,7 +1038,7 @@ rec {
|
||||
};
|
||||
|
||||
cilaterm = (import ../development/libraries/cil-aterm) {
|
||||
inherit stdenv fetchurl ocaml perl;
|
||||
inherit stdenv fetchurl ocaml3080 perl;
|
||||
};
|
||||
|
||||
pcre = (import ../development/libraries/pcre) {
|
||||
|
Loading…
Reference in New Issue
Block a user