Unverified Commit 57597ba4 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

parents aa17daa9 2370a39a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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