* Switching back to OCaml 3.08.0 to hopefully resolve compile errors

svn path=/nixpkgs/trunk/; revision=6215
This commit is contained in:
Mart Kolthof 2006-08-23 16:10:27 +00:00
parent 3580697f20
commit a312ca7edd
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ stdenv.mkDerivation {
md5 = "a7fa54f19844a20562efd37f67c391da"; md5 = "a7fa54f19844a20562efd37f67c391da";
}; };
patches = [./cil-aterm-1.3.4.patch]; patches = [./cil-aterm-1.3.4.patch];
buildInputs = [ ocaml perl ]; buildInputs = [ ocaml3080 perl ];
inherit ocaml perl; inherit ocaml perl;
} }

View File

@ -1038,7 +1038,7 @@ rec {
}; };
cilaterm = (import ../development/libraries/cil-aterm) { cilaterm = (import ../development/libraries/cil-aterm) {
inherit stdenv fetchurl ocaml perl; inherit stdenv fetchurl ocaml3080 perl;
}; };
pcre = (import ../development/libraries/pcre) { pcre = (import ../development/libraries/pcre) {