From 38b97fb7d91616c20aedcbafb1013a4def2438d4 Mon Sep 17 00:00:00 2001 From: Andrey Onischenko <100789522+cucumber-sp@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:30:32 +0400 Subject: [PATCH] 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). --- nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/default.nix b/nix/default.nix index 35363f9..3d75d1d 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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;