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:
parent
1f6e083894
commit
38b97fb7d9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user