summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorEmily <git@emilylange.de>2023-10-29 21:37:24 +0100
committerGitHub <noreply@github.com>2023-10-29 21:37:24 +0100
commit707696ccd6a493c062dd14b60cea1d1ab208fac0 (patch)
treeda82c1f58938c06ee80b7a0addb93a9b275c4c4f /pkgs/top-level/aliases.nix
parent0cbe9f69c234a7700596e943bfae7ef27a31b735 (diff)
parent59719f787e94f39e64e9086d08eaedd8a9e61b22 (diff)
downloadnixpkgs-707696ccd6a493c062dd14b60cea1d1ab208fac0.tar
nixpkgs-707696ccd6a493c062dd14b60cea1d1ab208fac0.tar.gz
nixpkgs-707696ccd6a493c062dd14b60cea1d1ab208fac0.tar.bz2
nixpkgs-707696ccd6a493c062dd14b60cea1d1ab208fac0.tar.lz
nixpkgs-707696ccd6a493c062dd14b60cea1d1ab208fac0.tar.xz
nixpkgs-707696ccd6a493c062dd14b60cea1d1ab208fac0.tar.zst
nixpkgs-707696ccd6a493c062dd14b60cea1d1ab208fac0.zip
Merge pull request #261870 from emilylange/drop-chromium-beta-dev
chromium{Beta,Dev},google-chrome-{beta,dev}: drop
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index e2cc159fe99..a6986c88419 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -134,6 +134,8 @@ mapAliases ({
   chefdk = throw "chefdk has been removed due to being deprecated upstream by Chef Workstation"; # Added 2023-03-22
   chocolateDoom = chocolate-doom; # Added 2023-05-01
   chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27
+  chromiumBeta = throw "'chromiumBeta' has been removed due to the lack of maintenance in nixpkgs. Consider using 'chromium' instead."; # Added 2023-10-18
+  chromiumDev = throw "'chromiumDev' has been removed due to the lack of maintenance in nixpkgs. Consider using 'chromium' instead."; # Added 2023-10-18
   citra = citra-nightly; # added 2022-05-17
   clang-ocl = throw "'clang-ocl' has been replaced with 'rocmPackages.clang-ocl'"; # Added 2023-10-08
   inherit (libsForQt5.mauiPackages) clip; # added 2022-05-17
@@ -317,6 +319,8 @@ mapAliases ({
   godot-headless = throw "godot-headless has been renamed to godot3-headless to distinguish from version 4"; # Added 2023-07-16
   godot-server = throw "godot-server has been renamed to godot3-server to distinguish from version 4"; # Added 2023-07-16
 
+  google-chrome-beta = throw "'google-chrome-beta' has been removed due to the lack of maintenance in nixpkgs. Consider using 'google-chrome' instead."; # Added 2023-10-18
+  google-chrome-dev = throw "'google-chrome-dev' has been removed due to the lack of maintenance in nixpkgs. Consider using 'google-chrome' instead."; # Added 2023-10-18
   google-gflags = throw "'google-gflags' has been renamed to/replaced by 'gflags'"; # Converted to throw 2023-09-10
   go-thumbnailer = thud; # Added 2023-09-21
   gometer = throw "gometer has been removed from nixpkgs because goLance stopped offering Linux support"; # Added 2023-02-10