Fixing rrdtool expression evaluation.
svn path=/nixpkgs/trunk/; revision=24195
This commit is contained in:
parent
58550eef98
commit
08d3f9460d
@ -12,6 +12,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://oss.oetiker.ch/rrdtool/;
|
homepage = http://oss.oetiker.ch/rrdtool/;
|
||||||
description = "High performance logging in Round Robin Databases";
|
description = "High performance logging in Round Robin Databases";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = with stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user