1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-07-27 10:11:55 -07:00

Nix: disable PCH

This commit is contained in:
Mihai Fufezan
2024-09-18 18:54:00 +03:00
parent 6b6554adb8
commit cbc0ff6ec0

@@ -149,6 +149,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
(lib.mesonEnable "xwayland" enableXWayland) (lib.mesonEnable "xwayland" enableXWayland)
(lib.mesonEnable "legacy_renderer" legacyRenderer) (lib.mesonEnable "legacy_renderer" legacyRenderer)
(lib.mesonEnable "systemd" withSystemd) (lib.mesonEnable "systemd" withSystemd)
(lib.mesonEnable "b_pch" false)
]; ];
postInstall = '' postInstall = ''