pkgsStatic.dbus: fix (#493766)

This commit is contained in:
Colin
2026-03-13 07:10:38 +00:00
committed by GitHub
+4
View File
@@ -95,6 +95,10 @@ stdenv.mkDerivation (finalAttrs: {
__darwinAllowLocalNetworking = true;
env = lib.optionalAttrs stdenv.hostPlatform.isStatic {
NIX_LDFLAGS = "-lcap-ng";
};
mesonFlags = [
"--libexecdir=${placeholder "out"}/libexec"
# datadir from which dbus will load files will be managed by the NixOS module: