Skip to content

Commit

Permalink
Nix: add missing dependencies for make asan (#4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
vesdev authored Mar 2, 2024
1 parent 7ce781e commit 1e311c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
stdenv = pkgsFor.${system}.gcc13Stdenv;
} {
name = "hyprland-shell";
nativeBuildInputs = with pkgsFor.${system}; [cmake python3];
nativeBuildInputs = with pkgsFor.${system}; [cmake python3 expat libxml2];
buildInputs = [self.packages.${system}.wlroots-hyprland];
hardeningDisable = ["fortify"];
inputsFrom = [
Expand Down

0 comments on commit 1e311c9

Please sign in to comment.