File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments