summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/kcollectd.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/kcollectd.scm b/packages/kcollectd.scm
index 531767f..f52230e 100644
--- a/packages/kcollectd.scm
+++ b/packages/kcollectd.scm
@@ -54,8 +54,13 @@
("shared-mime-info" ,shared-mime-info)
))
(arguments
- `(#:configure-flags '("-DCMAKE_CXX_FLAGS=-std=c++14"
- )))
+ `(
+ #:configure-flags '("-DCMAKE_CXX_FLAGS=-std=c++14"
+ )
+ #:make-flags '("CXXFLAGS=-std=c++14"
+ )
+ )
+ )
(synopsis "kcollectd is a graphical front-end to collectd.")
(description "kcollectd is a graphical front-end to collectd, a data collection service that monitors, by polling or pushed updates, system information, such as temperature or free RAM. kcollectd provides a graphical display of these collected statistics. More generally, kcollectd can display the data stored in any round-robin database (RRD).")
(license (list