libcollectdclient: fix evaluation
This commit is contained in:
parent
e7ad85552e
commit
652248e0e5
@ -5,11 +5,7 @@ collectd.overrideAttrs (oldAttrs: {
|
|||||||
name = "libcollectdclient-${collectd.version}";
|
name = "libcollectdclient-${collectd.version}";
|
||||||
buildInputs = [ ];
|
buildInputs = [ ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = oldAttrs.NIX_CFLAGS_COMPILE ++ [
|
configureFlags = (oldAttrs.configureFlags or []) ++ [
|
||||||
"-Wno-error=unused-function"
|
|
||||||
];
|
|
||||||
|
|
||||||
configureFlags = oldAttrs.configureFlags ++ [
|
|
||||||
"--disable-daemon"
|
"--disable-daemon"
|
||||||
"--disable-all-plugins"
|
"--disable-all-plugins"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user