Skip to content

Commit

Permalink
Merge pull request #62 from abmantis/patch-1
Browse files Browse the repository at this point in the history
Fix home-assistant dependencies
  • Loading branch information
Mic92 authored Mar 14, 2024
2 parents abd1eed + 611ab49 commit 8176e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envs/home-assistant/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pkgs.mkShell {
];
# fix homeassistant-pyozw build
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-security" ];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc ];
buildInputs = with pkgs; [
libxml2
openssl
Expand Down

0 comments on commit 8176e01

Please sign in to comment.