xdg-desktop-portal-termfilechooser: replace systemd dependency with s… (#521127)

This commit is contained in:
Aaron Andersen
2026-05-17 00:34:17 +00:00
committed by GitHub
@@ -7,7 +7,7 @@
meson,
pkg-config,
inih,
systemd,
systemdLibs,
scdoc,
nix-update-script,
}:
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
xdg-desktop-portal
inih
systemd
systemdLibs
];
mesonFlags = [ "-Dsd-bus-provider=libsystemd" ];