mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
parent
66c3f7463b
commit
23a9b9b88a
@ -9,8 +9,9 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ gettext perl pkgconfig libxml2 pango cairo groff ];
|
||||
|
||||
postInstall = ''
|
||||
# for munin support
|
||||
mv $out/lib/perl/5*/*/*.pm $out/lib/perl/5*/
|
||||
# for munin and rrdtool support
|
||||
mkdir -p $out/lib/perl5/site_perl/
|
||||
mv $out/lib/perl/5* $out/lib/perl5/site_perl/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user