aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorves <[email protected]>2024-03-02 17:02:33 +0200
committerGitHub <[email protected]>2024-03-02 17:02:33 +0200
commit1e311c947e4601612492d2b1aa34adb186e4fbe7 (patch)
treef066a89cc99c1cf4faf1e107895d078adf44a966
parent7ce781e87cf7cf789a54d37af7d78f1c11d66dbc (diff)
downloadHyprland-1e311c947e4601612492d2b1aa34adb186e4fbe7.tar.gz
Hyprland-1e311c947e4601612492d2b1aa34adb186e4fbe7.zip
Nix: add missing dependencies for make asan (#4919)
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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 = [