vte: fix parameterized build without systemd support (#504237)

This commit is contained in:
Bobby Rong
2026-03-28 12:23:45 +00:00
committed by GitHub
+1 -1
View File
@@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonBool "app" withApp)
(lib.mesonBool "gtk3" (gtkVersion == "3"))
(lib.mesonBool "gtk4" (gtkVersion == "4"))
(lib.mesonBool "_systemd" (!systemdSupport))
(lib.mesonBool "_systemd" systemdSupport)
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# -Bsymbolic-functions is not supported on darwin