avian: build with recent gcc

This commit is contained in:
Maximilian Bosch 2020-01-18 16:07:15 +01:00
parent 6638819910
commit ff2d7460cd
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -7765,7 +7765,6 @@ in
avian = callPackage ../development/compilers/avian {
inherit (darwin.apple_sdk.frameworks) CoreServices Foundation;
stdenv = if stdenv.cc.isGNU then gcc49Stdenv else stdenv;
};
bigloo = callPackage ../development/compilers/bigloo { };