yt-dlp: remove obsolete `postPatch`

main
Kid 3 years ago committed by GitHub
parent 8727b94cca
commit 560ce8d15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/misc/yt-dlp/default.nix

@ -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;

Loading…
Cancel
Save