programs: remove patch from yt-dlp
This commit is contained in:
parent
39c5e1e355
commit
43177d6924
1 changed files with 1 additions and 8 deletions
|
@ -14,14 +14,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
jq
|
jq
|
||||||
xsv
|
xsv
|
||||||
(yt-dlp.overrideAttrs (old: {
|
yt-dlp
|
||||||
patches = (old.patches or [ ]) ++ [
|
|
||||||
(pkgs.fetchpatch {
|
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/yt-dlp/yt-dlp/pull/6654.diff";
|
|
||||||
hash = "sha256-o9T5xGbrP/OgXUGw0s8fiD3+D63leF+OrrLFRBKN7SM=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}))
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue