nixos(jellyfin): remove intro-skipper patch as it doesn't works in 10.9.x

This commit is contained in:
Alexandre Cavalheiro 2024-05-20 11:37:07 -03:00
parent ee8a8a6215
commit 17a0e39283
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -5,17 +5,5 @@
enable = true; enable = true;
openFirewall = true; openFirewall = true;
user = "wizardlink"; user = "wizardlink";
package = pkgs.jellyfin.override {
jellyfin-web = pkgs.jellyfin-web.overrideAttrs (oldAttrs: {
patches = [
(pkgs.fetchpatch {
url =
"https://github.com/jellyfin/jellyfin-web/compare/v${oldAttrs.version}...ConfusedPolarBear:jellyfin-web:intros.diff";
hash = "sha256-qm4N4wMUFc4I53oQJUK1Six0cahVYz3J+FgO2vvSvXM=";
})
];
});
};
}; };
} }