yt-dlp: remove obsolete `postPatch`
This commit is contained in:
parent
bb5e5bf09a
commit
12973b2af5
|
@ -27,12 +27,6 @@ buildPythonPackage rec {
|
||||||
sha256 = "sha256-yn53zbBVuiaD31sIB6qxweEgy+AsjzXZ0yk9lNva6mM=";
|
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 ]
|
propagatedBuildInputs = [ websockets mutagen ]
|
||||||
++ lib.optional hlsEncryptedSupport pycryptodome;
|
++ lib.optional hlsEncryptedSupport pycryptodome;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue