Skip to content

Commit

Permalink
bigloo: use default stdenv
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Sep 8, 2017
1 parent b776cd0 commit 9e142e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -5231,9 +5231,7 @@ with pkgs;
stdenv = overrideCC stdenv gcc49;
};

bigloo = callPackage ../development/compilers/bigloo {
stdenv = overrideCC stdenv gcc49;
};
bigloo = callPackage ../development/compilers/bigloo { };

binaryen = callPackage ../development/compilers/binaryen { };

Expand Down

0 comments on commit 9e142e5

Please sign in to comment.