diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-17 10:05:55 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-17 10:05:55 +0100 |
commit | 76665c9e97449b074bc3c66098ba7185ea807fc2 (patch) | |
tree | f1d8fd198c37e8e462a77eafc004adeeb3015d09 | |
parent | 85fe2b41c2ba3a50d94a0d3f5a0910c395fda994 (diff) | |
download | Nix-76665c9e97449b074bc3c66098ba7185ea807fc2.tar.gz Nix-76665c9e97449b074bc3c66098ba7185ea807fc2.tar.zst Nix-76665c9e97449b074bc3c66098ba7185ea807fc2.zip |
Fix cnagios build
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index b1ae800..18ea576 100644 --- a/default.nix +++ b/default.nix | |||
@@ -161,6 +161,7 @@ let | |||
161 | configureFlags = [ | 161 | configureFlags = [ |
162 | "--with-etc-dir=/etc/cnagios" | 162 | "--with-etc-dir=/etc/cnagios" |
163 | "--with-var-dir=/var/lib/naemon" | 163 | "--with-var-dir=/var/lib/naemon" |
164 | "--with-status-file=/var/lib/naemon/status.dat" | ||
164 | "--with-nagios-data=4" | 165 | "--with-nagios-data=4" |
165 | ]; | 166 | ]; |
166 | 167 | ||