diff options
author | ves <[email protected]> | 2024-03-02 17:02:33 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-02 17:02:33 +0200 |
commit | 1e311c947e4601612492d2b1aa34adb186e4fbe7 (patch) | |
tree | f066a89cc99c1cf4faf1e107895d078adf44a966 | |
parent | 7ce781e87cf7cf789a54d37af7d78f1c11d66dbc (diff) | |
download | Hyprland-1e311c947e4601612492d2b1aa34adb186e4fbe7.tar.gz Hyprland-1e311c947e4601612492d2b1aa34adb186e4fbe7.zip |
Nix: add missing dependencies for make asan (#4919)
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [ |