Skip to content

Commit

Permalink
bigloo: use default stdenv
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e142e5)
  • Loading branch information
LnL7 committed Sep 8, 2017
1 parent fc86344 commit 8926c06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -5216,9 +5216,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 8926c06

Please sign in to comment.