aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorAndrĂ© Silva <[email protected]>2023-10-30 18:27:38 +0000
committerMihai Fufezan <[email protected]>2023-10-30 21:00:04 +0200
commitf48b3774a2cfa95105ea4cbe8f05f70a6357a628 (patch)
tree9256abd465c773b63e4b0f6aea66b7eed5a8a78e /nix
parent1c9d6b94d178c234cc5174dfe6d2f952cf0438f3 (diff)
downloadHyprland-f48b3774a2cfa95105ea4cbe8f05f70a6357a628.tar.gz
Hyprland-f48b3774a2cfa95105ea4cbe8f05f70a6357a628.zip
nix: use mesonAutoFeatures attribute
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index d12bc073..a5ddd24c 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -90,8 +90,9 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
then "debug"
else "release";
+ mesonAutoFeatures = "disabled";
+
mesonFlags = builtins.concatLists [
- ["-Dauto_features=disabled"]
(lib.optional enableXWayland "-Dxwayland=enabled")
(lib.optional legacyRenderer "-Dlegacy_renderer=enabled")
(lib.optional withSystemd "-Dsystemd=enabled")