summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-04-13 20:44:43 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-22 04:24:44 +0000
commitf3f7612a409e4ebbec634ab7f20e094f206d396a (patch)
tree58131834c6a8decb3a33bf3cb59dd3860cdca39c /pkgs/top-level/aliases.nix
parente00d4d60214e04ba75d19870000e55b8ac4ed4dc (diff)
downloadnixpkgs-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar
nixpkgs-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.gz
nixpkgs-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.bz2
nixpkgs-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.lz
nixpkgs-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.xz
nixpkgs-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.zst
nixpkgs-f3f7612a409e4ebbec634ab7f20e094f206d396a.zip
C++ Compilers: Systematize handling of standard libraries
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 64392f49a52..e9e83584846 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -264,6 +264,7 @@ mapAliases ({
   libudev = udev; # added 2018-04-25
   libusb = libusb1; # added 2020-04-28
   libsexy = throw "libsexy has been removed from nixpkgs, as it's abandoned and no package needed it."; # 2019-12-10
+  libstdcxxHook = throw "libstdcxx hook has been removed because cc-wrapper is now directly aware of the c++ standard library intended to be used."; # 2020-06-22
   libqmatrixclient = throw "libqmatrixclient was renamed to libquotient"; # added 2020-04-09
   links = links2; # added 2016-01-31
   linux_rpi0 = linux_rpi1;