mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
rrdtool: 1.5.5 -> 1.5.6
This commit is contained in:
parent
a9c1d92695
commit
77c891f55c
@ -2,14 +2,16 @@
|
||||
, tcl-8_5 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rrdtool-1.5.5";
|
||||
name = "rrdtool-1.5.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://oss.oetiker.ch/rrdtool/pub/${name}.tar.gz";
|
||||
sha256 = "1xm6ikzx8iaa6r7v292k8s7srkzhnifamp1szkimgmh5ki26sa1s";
|
||||
sha256 = "1s2cci80g6kbp5p77mkxpfxwvjm1802fw0bjfsa8yjv8g5a7fclq";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext perl pkgconfig libxml2 pango cairo groff ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin tcl-8_5;
|
||||
|
||||
|
||||
postInstall = ''
|
||||
# for munin and rrdtool support
|
||||
mkdir -p $out/lib/perl5/site_perl/
|
||||
|
Loading…
Reference in New Issue
Block a user