prometheus-node-exported: fix output cycle on darwin
This commit is contained in:
parent
f5e0e94b2a
commit
56ea313c29
@ -14,6 +14,10 @@ buildGoPackage rec {
|
|||||||
sha256 = "0rm43jjqv7crfahl973swi4warqmqnmv740cg800yvzvnlp37kl4";
|
sha256 = "0rm43jjqv7crfahl973swi4warqmqnmv740cg800yvzvnlp37kl4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preFixup = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
install_name_tool -delete_rpath $out/lib $bin/bin/node_exporter
|
||||||
|
'';
|
||||||
|
|
||||||
# FIXME: megacli test fails
|
# FIXME: megacli test fails
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user