summary refs log tree commit diff
path: root/pkgs/servers/monitoring/munin/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-05-17 13:39:45 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-11-27 22:32:39 +0100
commite4a160eb7f1910695779e31577ea9d29c54a6339 (patch)
tree0e81c040a340ab6e43bce2b060603377207a9c8e /pkgs/servers/monitoring/munin/default.nix
parentceee02670c41f466c3a76816b256e8483b0cc3dd (diff)
downloadnixpkgs-e4a160eb7f1910695779e31577ea9d29c54a6339.tar
nixpkgs-e4a160eb7f1910695779e31577ea9d29c54a6339.tar.gz
nixpkgs-e4a160eb7f1910695779e31577ea9d29c54a6339.tar.bz2
nixpkgs-e4a160eb7f1910695779e31577ea9d29c54a6339.tar.lz
nixpkgs-e4a160eb7f1910695779e31577ea9d29c54a6339.tar.xz
nixpkgs-e4a160eb7f1910695779e31577ea9d29c54a6339.tar.zst
nixpkgs-e4a160eb7f1910695779e31577ea9d29c54a6339.zip
perlPackages.IOSocketINET6: rename to match expected name from upstream name
Diffstat (limited to 'pkgs/servers/monitoring/munin/default.nix')
-rw-r--r--pkgs/servers/monitoring/munin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/munin/default.nix b/pkgs/servers/monitoring/munin/default.nix
index 0bfc868167c..c05dbe28f24 100644
--- a/pkgs/servers/monitoring/munin/default.nix
+++ b/pkgs/servers/monitoring/munin/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     perlPackages.NetSSLeay
     perlPackages.NetServer
     perlPackages.LogLog4perl
-    perlPackages.IOSocketInet6
+    perlPackages.IOSocketINET6
     perlPackages.Socket6
     perlPackages.URI
     perlPackages.DBFile
@@ -126,7 +126,7 @@ stdenv.mkDerivation rec {
         esac
         wrapProgram "$file" \
           --set PERL5LIB "$out/${perlPackages.perl.libPrefix}:${with perlPackages; makePerlPath [
-                LogLog4perl IOSocketInet6 Socket6 URI DBFile DateManip
+                LogLog4perl IOSocketINET6 Socket6 URI DBFile DateManip
                 HTMLTemplate FileCopyRecursive FCGI NetCIDR NetSNMP NetServer
                 ListMoreUtils DBDPg LWP rrdtool
                 ]}"