Unverified Commit ee84fa45 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #283798 from bddvlpr/esphome/fix

esphome: add missing libstdc++
parents 1b75dced 6c1acf58
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, esptool
, git
, inetutils
, stdenv
}:

let
@@ -81,6 +82,7 @@ python.pkgs.buildPythonApplication rec {
    # 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 LD_LIBRARY_PATH : ${lib.makeLibraryPath [ stdenv.cc.cc.lib ]}"
    "--set ESPHOME_USE_SUBPROCESS ''"
  ];