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