diff options
Diffstat (limited to 'overlays/yt-dlp.nix')
| -rw-r--r-- | overlays/yt-dlp.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/overlays/yt-dlp.nix b/overlays/yt-dlp.nix index 1c9f77d8..e4348ded 100644 --- a/overlays/yt-dlp.nix +++ b/overlays/yt-dlp.nix | |||
| @@ -5,7 +5,13 @@ | |||
| 5 | python3 = prev.python3.override { | 5 | python3 = prev.python3.override { |
| 6 | packageOverrides = python-self: python-super: { | 6 | packageOverrides = python-self: python-super: { |
| 7 | yt-dlp-ejs = python-super.yt-dlp-ejs.overridePythonAttrs (oldAttrs: { | 7 | yt-dlp-ejs = python-super.yt-dlp-ejs.overridePythonAttrs (oldAttrs: { |
| 8 | inherit (sources.yt-dlp-ejs) pname version src; | 8 | inherit (sources.yt-dlp-ejs) pname src version; |
| 9 | pnpmDeps = final.fetchPnpmDeps { | ||
| 10 | inherit (sources.yt-dlp-ejs) pname version src; | ||
| 11 | pnpm = final.pnpm_10; | ||
| 12 | fetcherVersion = 3; | ||
| 13 | hash = "sha256-4qMOAl9Dbe1oYSRIeP7oPcV/+P8NLdIYvSNxaz0h+Z0="; | ||
| 14 | }; | ||
| 9 | }); | 15 | }); |
| 10 | }; | 16 | }; |
| 11 | }; | 17 | }; |
