qenya: Drop jellyfin-media-player

It's still on Qt 5 which nixpkgs are aggressively trying to drop support
for, and though I'm annoyed by that it *is* at least replaceable now by
Firefox 145+ which has grown native support for Matroska files
This commit is contained in:
Katherina Walshe-Grey 2025-11-15 16:22:32 +00:00
parent 19c842c00f
commit 0c66b86941
2 changed files with 0 additions and 10 deletions

View file

@ -10,15 +10,6 @@
nixpkgs.config.allowUnfree = true;
nix.settings.trusted-users = [ "@wheel" ];
# Dependency of jellyfin-media-player, which hasn't upgraded to Qt6 yet
# Related tickets:
# - https://github.com/NixOS/nixpkgs/pull/435067
# - https://github.com/NixOS/nixpkgs/issues/437865
# - https://github.com/jellyfin/jellyfin-media-player/issues/282
nixpkgs.config.permittedInsecurePackages = [
"qtwebengine-5.15.19"
];
nix.package = pkgs.lixPackageSets.stable.lix;
nixpkgs.overlays = [
(final: prev: {