yt-dlp: remove obsolete postPatch

This commit is contained in:
Kid
2021-09-18 09:18:59 +08:00
committed by GitHub
parent 8727b94cca
commit 560ce8d15c
-6
View File
@@ -27,12 +27,6 @@ buildPythonPackage rec {
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 ]
++ lib.optional hlsEncryptedSupport pycryptodome;