Merge pull request #286846 from SuperSandro2000/esphome
esphome: remove reference to test inputs
This commit is contained in:
commit
dac79a30b4
@ -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 ''"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user