Nix: fix meson PCH flag

This commit is contained in:
Mihai Fufezan 2024-09-18 19:43:56 +03:00
parent cbc0ff6ec0
commit b248d59713
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg

View file

@ -149,7 +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) "-Db_pch=false"
]; ];
postInstall = '' postInstall = ''