Skip to content

Commit c230266

Browse files
authored
isponsorblocktv: fix (#400572)
2 parents 608f54a + eea346f commit c230266

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pkgs/by-name/is/isponsorblocktv/package.nix

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
fetchFromGitHub,
3+
fetchpatch,
34
lib,
45
python3Packages,
56
}:
@@ -16,6 +17,20 @@ python3Packages.buildPythonApplication rec {
1617
hash = "sha256-/lUs4EuifHKKyA8QiLsbqz0h6mxJpsFMjovpYE8+SxY=";
1718
};
1819

20+
patches = [
21+
# Port iSponsorBlockTV to pyytlounge v3
22+
(fetchpatch {
23+
url = "https://github.com/lukegb/iSponsorBlockTV/commit/89b7b1c029cfbe3b5a481647cdd2d03dec5259ce.patch";
24+
hash = "sha256-ISMrNrfPTnEbb0lZbREf+kAniJopWx3FePMGFm4ycJY=";
25+
})
26+
27+
# Update setup_wizard for Textual v3
28+
(fetchpatch {
29+
url = "https://github.com/lukegb/iSponsorBlockTV/commit/89dd1d65335689c73a78509689396888599bbe58.patch";
30+
hash = "sha256-hhWXcqNK3b3mXLCK7W0eXNWgP4lPSl6qgB59Fx8+yeA=";
31+
})
32+
];
33+
1934
build-system = with python3Packages; [
2035
hatchling
2136
hatch-requirements-txt

0 commit comments

Comments
 (0)