Skip to content

Commit

Permalink
Merge pull request NixOS#286846 from SuperSandro2000/esphome
Browse files Browse the repository at this point in the history
esphome: remove reference to test inputs
  • Loading branch information
mweinelt authored Feb 7, 2024
2 parents c5e8475 + 588e5f8 commit dac79a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/esphome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''"
];
Expand Down

0 comments on commit dac79a3

Please sign in to comment.