Fix collectd, couldn't run due to missing pthread_cancel.
This commit is contained in:
parent
3a8adb7014
commit
eac934c83a
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0gljf5c60q6i0nrii6addxy1p76qqixww8zy17a7a1zil6a3i5wh";
|
||||
};
|
||||
|
||||
NIX_LDFLAGS = "-lgcc_s"; # for pthread_cancel
|
||||
|
||||
meta = {
|
||||
homepage = http://collectd.org;
|
||||
description = "collectd is a daemon which collects system performance statistics periodically";
|
||||
|
|
Loading…
Reference in New Issue