Unverified Commit fef542e7 authored by Colin's avatar Colin Committed by GitHub
Browse files

pkgsStatic.dbus: fix (#493766)

parents f78a182d ac2efbae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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: