mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
added missing dependency gnumake to bigloo
svn path=/nixpkgs/trunk/; revision=11454
This commit is contained in:
parent
0b6e4828cc
commit
d453801a76
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ let pkgs = rec {
|
|||
};
|
||||
|
||||
bigloo = import ../development/compilers/bigloo {
|
||||
inherit fetchurl mkDerivationByConfiguration lib;
|
||||
inherit fetchurl mkDerivationByConfiguration lib gnumake;
|
||||
stdenv = overrideGCC stdenv gcc34;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue