yt-dlp: remove obsolete `postPatch`

This commit is contained in:
Kid 2021-09-18 09:18:59 +08:00 committed by Roosembert Palacios
parent bb5e5bf09a
commit 12973b2af5
No known key found for this signature in database
GPG Key ID: CAAAECE5C2242BB7
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ buildPythonPackage rec {
sha256 = "sha256-yn53zbBVuiaD31sIB6qxweEgy+AsjzXZ0yk9lNva6mM="; sha256 = "sha256-yn53zbBVuiaD31sIB6qxweEgy+AsjzXZ0yk9lNva6mM=";
}; };
# build_lazy_extractors assumes this directory exists but it is not present in
# the PyPI package
postPatch = ''
mkdir -p ytdlp_plugins/extractor
'';
propagatedBuildInputs = [ websockets mutagen ] propagatedBuildInputs = [ websockets mutagen ]
++ lib.optional hlsEncryptedSupport pycryptodome; ++ lib.optional hlsEncryptedSupport pycryptodome;