0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-04 00:03:43 +03:00

Add python requests module as dependency for nix build

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/cucumber-sp/yandex-music-linux?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
Andrey Onischenko 2024-10-30 13:30:32 +04:00
parent 1f6e083894
commit 38b97fb7d9

View File

@ -8,6 +8,7 @@
, jq , jq
, python3 , python3
, electron , electron
, python-pkgs.requests
, ymExe ? null , ymExe ? null
, electronArguments ? "" , electronArguments ? ""
@ -27,6 +28,7 @@ stdenvNoCC.mkDerivation
jq jq
python3 python3
makeWrapper makeWrapper
python-pkgs.requests
]; ];
repack = ./../repack.sh; repack = ./../repack.sh;