mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-17 05:06:00 +01:00
Nix: disable PCH
This commit is contained in:
parent
6b6554adb8
commit
cbc0ff6ec0
1 changed files with 1 additions and 0 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue