Merge pull request #68998 from matthewbauer/gcc-8-darwin

gcc: use gcc8 on darwin
This commit is contained in:
Matthew Bauer
2019-09-20 23:28:31 -04:00
committed by GitHub
2 changed files with 1 additions and 4 deletions
@@ -373,9 +373,6 @@ stdenv.mkDerivation ({
stdenv.lib.platforms.freebsd ++
stdenv.lib.platforms.illumos ++
stdenv.lib.platforms.darwin;
# See #40038
broken = stdenv.isDarwin;
};
}