Merge pull request #138347 from kidonng/patch-1

This commit is contained in:
Maciej Krüger
2021-09-18 03:39:01 +02:00
committed by GitHub
-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;