Use gnumake 3.80 for cil-aterm

svn path=/nixpkgs/trunk/; revision=6507
This commit is contained in:
Martin Bravenboer 2006-09-12 23:41:21 +00:00
parent 2ad0491113
commit 78205146b8

View File

@ -1065,8 +1065,8 @@ rec {
}; };
cilaterm = (import ../development/libraries/cil-aterm) { cilaterm = (import ../development/libraries/cil-aterm) {
ocaml = ocaml3080; stdenv = overrideInStdenv stdenv [gnumake380];
inherit stdenv fetchurl perl; inherit fetchurl perl ocaml;
}; };
pcre = (import ../development/libraries/pcre) { pcre = (import ../development/libraries/pcre) {