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
|
||||||
|
@ -7,6 +7,11 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "07fgn0y4yj7p2vh6a37q273hf98gkfw2sdam5r1ldn1k0m1ayrqj";
|
sha256 = "07fgn0y4yj7p2vh6a37q273hf98gkfw2sdam5r1ldn1k0m1ayrqj";
|
||||||
};
|
};
|
||||||
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/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user