···21 doCheck = false;
2223 buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation IOKit ];
24- # upstream currently doesn't work with the version of the macOS SDK
25- # we're building against in nix-darwin without a patch.
26- # this patch has been submitted upstream at https://github.com/prometheus/node_exporter/pull/2327
27- # and only needs to be carried until it lands in a new release.
28- patches = lib.optionals stdenv.isDarwin [ ./node-exporter/node-exporter-darwin.patch ];
2930 excludedPackages = [ "docs/node-mixin" ];
31