···2121 doCheck = false;
22222323 buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation IOKit ];
2424- # upstream currently doesn't work with the version of the macOS SDK
2525- # we're building against in nix-darwin without a patch.
2626- # this patch has been submitted upstream at https://github.com/prometheus/node_exporter/pull/2327
2727- # and only needs to be carried until it lands in a new release.
2828- patches = lib.optionals stdenv.isDarwin [ ./node-exporter/node-exporter-darwin.patch ];
29243025 excludedPackages = [ "docs/node-mixin" ];
3126