nixos(jellyfin): remove intro-skipper patch as it doesn't works in 10.9.x
This commit is contained in:
parent
ee8a8a6215
commit
17a0e39283
|
@ -5,17 +5,5 @@
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
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=";
|
||||
})
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue