From 588e5f80bf691de6d89f587253e57bbdf21b6770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 7 Feb 2024 01:10:54 +0100 Subject: [PATCH] esphome: remove reference to test inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nix store diff-closures: python3.11-hypothesis: 6.91.0 → ∅, -4527.1 KiB python3.11-iniconfig: 2.0.0 → ∅, -46.3 KiB python3.11-installer: 0.7.0 → ∅, -1084.2 KiB python3.11-mock: 5.1.0 → ∅, -401.9 KiB python3.11-pytest: 7.4.3 → ∅, -4178.6 KiB python3.11-pytest-asyncio: 0.21.1 → ∅, -97.3 KiB python3.11-pytest-mock: 3.12.0 → ∅, -101.1 KiB python3.11-wheel: 0.42.0 → ∅, -744.0 KiB --- pkgs/tools/misc/esphome/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index 16aa65b83beb..f3073c051be9 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -81,7 +81,7 @@ python.pkgs.buildPythonApplication rec { # git is used in esphome/writer.py # inetutils is used in esphome/dashboard/status/ping.py "--prefix PATH : ${lib.makeBinPath [ platformio esptool git inetutils ]}" - "--prefix PYTHONPATH : $PYTHONPATH" # will show better error messages + "--prefix PYTHONPATH : ${python.pkgs.makePythonPath propagatedBuildInputs}" # will show better error messages "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ stdenv.cc.cc.lib ]}" "--set ESPHOME_USE_SUBPROCESS ''" ];