Skip to content

Commit db2659a

Browse files
authored
yandex-browser{,-beta,-corporate}: drop (#399492)
2 parents 39c42a6 + 51f8581 commit db2659a

File tree

3 files changed

+3
-193
lines changed

3 files changed

+3
-193
lines changed

pkgs/by-name/ya/yandex-browser/package.nix

Lines changed: 0 additions & 189 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,9 @@ mapAliases {
19011901
yacc = throw "'yacc' has been renamed to/replaced by 'bison'"; # Converted to throw 2024-10-17
19021902
yesplaymusic = throw "YesPlayMusic has been removed as it was broken, unmaintained, and used deprecated Node and Electron versions"; # Added 2024-12-13
19031903
yafaray-core = libyafaray; # Added 2022-09-23
1904+
yandex-browser = throw "'yandex-browser' has been removed, as it was broken and unmaintained"; # Added 2025-04-17
1905+
yandex-browser-beta = throw "'yandex-browser-beta' has been removed, as it was broken and unmaintained"; # Added 2025-04-17
1906+
yandex-browser-corporate = throw "'yandex-browser-corporate' has been removed, as it was broken and unmaintained"; # Added 2025-04-17
19041907
youtrack_2022_3 = throw "'youtrack_2022_3' has been removed as it was deprecated. Please update to the 'youtrack' package."; # Added 2024-10-17
19051908
yrd = throw "'yrd' has been removed, as it was broken and unmaintained"; # added 2024-05-27
19061909

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19288,10 +19288,6 @@ with pkgs;
1928819288

1928919289
yamale = with python3Packages; toPythonApplication yamale;
1929019290

19291-
yandex-browser-beta = yandex-browser.override { edition = "beta"; };
19292-
19293-
yandex-browser-corporate = yandex-browser.override { edition = "corporate"; };
19294-
1929519291
zap-chip-gui = zap-chip.override { withGui = true; };
1929619292

1929719293
myEnvFun = callPackage ../misc/my-env {

0 commit comments

Comments
 (0)