aliases: add gccApple
This commit is contained in:
parent
218d81bc9d
commit
2911ece392
@ -85,6 +85,7 @@ mapAliases (rec {
|
|||||||
foomatic_filters = foomatic-filters; # 2016-08
|
foomatic_filters = foomatic-filters; # 2016-08
|
||||||
fuse_exfat = exfat; # 2015-09-11
|
fuse_exfat = exfat; # 2015-09-11
|
||||||
fuseki = apache-jena-fuseki; # added 2018-04-25
|
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
|
gdb-multitarget = gdb; # added 2017-11-13
|
||||||
gettextWithExpat = gettext; # 2016-02-19
|
gettextWithExpat = gettext; # 2016-02-19
|
||||||
gflags = google-gflags; # added 2018-04-25
|
gflags = google-gflags; # added 2018-04-25
|
||||||
|
@ -6093,8 +6093,6 @@ with pkgs;
|
|||||||
stripped = false;
|
stripped = false;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
gccApple = throw "gccApple is no longer supported";
|
|
||||||
|
|
||||||
libstdcxxHook = makeSetupHook
|
libstdcxxHook = makeSetupHook
|
||||||
{ substitutions = { gcc = gcc-unwrapped; }; }
|
{ substitutions = { gcc = gcc-unwrapped; }; }
|
||||||
../development/compilers/gcc/libstdc++-hook.sh;
|
../development/compilers/gcc/libstdc++-hook.sh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user