added missing dependency gnumake to bigloo
svn path=/nixpkgs/trunk/; revision=11454
This commit is contained in:
parent
0b6e4828cc
commit
d453801a76
@ -1178,7 +1178,7 @@ let pkgs = rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
bigloo = import ../development/compilers/bigloo {
|
bigloo = import ../development/compilers/bigloo {
|
||||||
inherit fetchurl mkDerivationByConfiguration lib;
|
inherit fetchurl mkDerivationByConfiguration lib gnumake;
|
||||||
stdenv = overrideGCC stdenv gcc34;
|
stdenv = overrideGCC stdenv gcc34;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user