Skip to content

Commit 411a5e2

Browse files
committed
electronplayer: drop
ElectronPlayer had been unmaintained and its repository archived since October 28, 2024. It evidently had already been struggling to function for years, judging by [the section titled "The Pain of Widevine"](https://github.com/oscartbeaumont/ElectronPlayer/blob/master/README.md#the-pain-of-widevine) in its README file, and the last commit dates from October 9, 2021, over three years before the repository was archived. All in all, it is a dead project that had been broken for years, and we shouldn't continue to support it in 25.05.
1 parent d283dea commit 411a5e2

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

pkgs/applications/video/electronplayer/electronplayer.nix

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

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ mapAliases {
327327

328328
edUnstable = throw "edUnstable was removed; use ed instead"; # Added 2024-07-01
329329
elasticsearch7Plugins = elasticsearchPlugins;
330+
electronplayer = throw "'electronplayer' has been removed as it had been discontinued upstream since October 2024"; # Added 2024-12-17
330331

331332
element-desktop-wayland = throw "element-desktop-wayland has been removed. Consider setting NIXOS_OZONE_WL=1 via 'environment.sessionVariables' instead"; # Added 2024-12-17
332333

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,8 +2277,6 @@ with pkgs;
22772277

22782278
eddy = libsForQt5.callPackage ../applications/graphics/eddy { };
22792279

2280-
electronplayer = callPackage ../applications/video/electronplayer/electronplayer.nix { };
2281-
22822280
element-web = callPackage ../by-name/el/element-web/package.nix {
22832281
conf = config.element-web.conf or { };
22842282
};

0 commit comments

Comments
 (0)