From 1e311c947e4601612492d2b1aa34adb186e4fbe7 Mon Sep 17 00:00:00 2001 From: ves <28784043+vesdev@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:02:33 +0200 Subject: [PATCH] Nix: add missing dependencies for make asan (#4919) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 675a6d92..be80440a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [