0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-01 23:03:44 +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
, python3
, electron
, python-pkgs.requests
, ymExe ? null
, electronArguments ? ""
@ -27,6 +28,7 @@ stdenvNoCC.mkDerivation
jq
python3
makeWrapper
python-pkgs.requests
];
repack = ./../repack.sh;