1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-16 00:53:01 +00:00

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
commit e4b9fdc06b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;