summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2021-09-18 09:18:59 +0800
committerRoosembert Palacios <roosemberth@posteo.ch>2021-10-17 12:33:54 +0200
commit12973b2af507fb05b5d3b83041117580924a7a43 (patch)
tree6fcc5460826d477b21ec60886918cecc21f8c91e
parentyt-dlp: 2021.08.10 -> 2021.9.2 (diff)
downloadnixpkgs-12973b2af507fb05b5d3b83041117580924a7a43.tar.gz
yt-dlp: remove obsolete `postPatch`
-rw-r--r--pkgs/tools/misc/yt-dlp/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/tools/misc/yt-dlp/default.nix b/pkgs/tools/misc/yt-dlp/default.nix
index 9cb2d1dea0da..e2c90ef05308 100644
--- a/pkgs/tools/misc/yt-dlp/default.nix
+++ b/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;