mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Use gnumake 3.80 for cil-aterm
svn path=/nixpkgs/trunk/; revision=6507
This commit is contained in:
parent
2ad0491113
commit
78205146b8
@ -1065,8 +1065,8 @@ rec {
|
||||
};
|
||||
|
||||
cilaterm = (import ../development/libraries/cil-aterm) {
|
||||
ocaml = ocaml3080;
|
||||
inherit stdenv fetchurl perl;
|
||||
stdenv = overrideInStdenv stdenv [gnumake380];
|
||||
inherit fetchurl perl ocaml;
|
||||
};
|
||||
|
||||
pcre = (import ../development/libraries/pcre) {
|
||||
|
Loading…
Reference in New Issue
Block a user