diff options
author | diniamo <[email protected]> | 2024-09-13 16:21:33 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-13 17:54:49 +0300 |
commit | d505b3366533b71d57156469c926e8b2b75afb89 (patch) | |
tree | e604c56657938b16a27cefd2681968140d3103b4 | |
parent | 118be4dea048df88fd21b84580fe62950c868c8f (diff) | |
download | Hyprland-d505b3366533b71d57156469c926e8b2b75afb89.tar.gz Hyprland-d505b3366533b71d57156469c926e8b2b75afb89.zip |
nix: use meson
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix index 985a4cbb..d3c7dd5f 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -4,6 +4,7 @@ pkg-config, pkgconf, makeWrapper, + meson, cmake, ninja, aquamarine, @@ -89,6 +90,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov hyprwayland-scanner jq makeWrapper + meson cmake ninja pkg-config |