munin: fix test
This commit is contained in:
parent
a3d0fcda13
commit
f70acd2584
@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
|
|||||||
*.jar) continue;;
|
*.jar) continue;;
|
||||||
esac
|
esac
|
||||||
wrapProgram "$file" \
|
wrapProgram "$file" \
|
||||||
--set PERL5LIB "$out/lib/perl5/site_perl:${with perlPackages; stdenv.lib.makePerlPath [
|
--set PERL5LIB "$out/lib/perl5/site_perl:${rrdtool}/lib/perl:${with perlPackages; stdenv.lib.makePerlPath [
|
||||||
Log4Perl IOSocketInet6 Socket6 URI DBFile DateManip
|
Log4Perl IOSocketInet6 Socket6 URI DBFile DateManip
|
||||||
HTMLTemplate FileCopyRecursive FCGI NetSNMP NetServer
|
HTMLTemplate FileCopyRecursive FCGI NetSNMP NetServer
|
||||||
ListMoreUtils TimeHiRes DBDPg LWPUserAgent
|
ListMoreUtils TimeHiRes DBDPg LWPUserAgent
|
||||||
|
@ -8,6 +8,11 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
buildInputs = [ gettext perl pkgconfig libxml2 pango cairo ];
|
buildInputs = [ gettext perl pkgconfig libxml2 pango cairo ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# for munin support
|
||||||
|
mv $out/lib/perl/5*/*/*.pm $out/lib/perl/5*/
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user