aliases: add gccApple

gstqt5
Matthew Bauer 2018-04-29 17:43:38 -05:00
parent 218d81bc9d
commit 2911ece392
2 changed files with 1 additions and 2 deletions

View File

@ -85,6 +85,7 @@ mapAliases (rec {
foomatic_filters = foomatic-filters; # 2016-08
fuse_exfat = exfat; # 2015-09-11
fuseki = apache-jena-fuseki; # added 2018-04-25
gccApple = throw "gccApple is no longer supported"; # added 2018-04-25
gdb-multitarget = gdb; # added 2017-11-13
gettextWithExpat = gettext; # 2016-02-19
gflags = google-gflags; # added 2018-04-25

View File

@ -6093,8 +6093,6 @@ with pkgs;
stripped = false;
}));
gccApple = throw "gccApple is no longer supported";
libstdcxxHook = makeSetupHook
{ substitutions = { gcc = gcc-unwrapped; }; }
../development/compilers/gcc/libstdc++-hook.sh;