mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
aliases: add gccApple
This commit is contained in:
parent
218d81bc9d
commit
2911ece392
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user