Skip to content

Commit 51f8581

Browse files
committed
yandex-browser{,-beta,-corporate}: drop
Last update in nixpkgs was in September 2024 and May 2024 before that. The referenced .deb archives in src appear to have vanished some time end of December 2024 and as such this package no longer builds. A browser that is based on chromium shouldn't go months without updates. Chromium stable releases every 1-2 weeks and almost every single one of those releases contain critical security fixes.
1 parent 19286d4 commit 51f8581

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
@@ -19290,10 +19290,6 @@ with pkgs;
1929019290

1929119291
yamale = with python3Packages; toPythonApplication yamale;
1929219292

19293-
yandex-browser-beta = yandex-browser.override { edition = "beta"; };
19294-
19295-
yandex-browser-corporate = yandex-browser.override { edition = "corporate"; };
19296-
1929719293
zap-chip-gui = zap-chip.override { withGui = true; };
1929819294

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

0 commit comments

Comments
 (0)