Skip to content

Commit

Permalink
Update Home Assistant deps
Browse files Browse the repository at this point in the history
  • Loading branch information
abmantis committed Dec 4, 2024
1 parent 0046199 commit ae44803
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions envs/home-assistant/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ pkgs.mkShell {
bashInteractive
pkg-config
autoreconfHook
python312.pkgs.setuptools
python312
python313.pkgs.setuptools
python313
libjpeg
libxslt
doxygen
graphviz
isa-l
zlib-ng
];
# fix homeassistant-pyozw build
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-security" ];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc ];
LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [ stdenv.cc.cc libjpeg ];
buildInputs = with pkgs; [
libxml2
openssl
Expand Down

0 comments on commit ae44803

Please sign in to comment.