From 2f2be4a080e6550b45fa3189a9a52073af0616b0 Mon Sep 17 00:00:00 2001 From: abmantis Date: Wed, 4 Dec 2024 13:16:35 +0000 Subject: [PATCH] Update Home Assistant deps --- envs/home-assistant/shell.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/envs/home-assistant/shell.nix b/envs/home-assistant/shell.nix index 45e093e..7fd9d3e 100644 --- a/envs/home-assistant/shell.nix +++ b/envs/home-assistant/shell.nix @@ -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