Remove yt-dlp patch :(

This commit is contained in:
Charlotte Van Petegem 2023-04-28 11:40:07 +02:00
parent 0d839c459a
commit 75178fc68c
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -11,15 +11,6 @@
];
home-manager.users.charlotte = { ... }: {
home.packages = with pkgs; [
(yt-dlp.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(fetchpatch {
url = https://github.com/yt-dlp/yt-dlp/pull/6654.patch;
hash = "sha256-r7pY7RzF1e2otQmyha6wX3Q9s7H8PllDj1WeriJ2cVs=";
})
];
}))
];
home.packages = with pkgs; [ yt-dlp ];
};
}