Merge pull request #14002 from sheenobu/collectd_inherit

libcollectdclient: make client derive from collectd package
This commit is contained in:
Franz Pletz
2016-03-18 10:44:00 +01:00
2 changed files with 8 additions and 14 deletions
+2 -2
View File
@@ -30,9 +30,9 @@
, varnish ? null
, yajl ? null
}:
stdenv.mkDerivation rec {
name = "collectd-5.5.0";
version = "5.5.0";
name = "collectd-${version}";
src = fetchurl {
url = "http://collectd.org/files/${name}.tar.bz2";