about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2023-11-06 15:53:34 -0500
committerAdam Stephens <adam@valkor.net>2023-11-17 08:18:37 -0500
commitb40f970682d7bc7d9ffa9e3cb53f02c342853cf7 (patch)
treef1cb81c8ebd89f07976022d4bb61ec9a15dd1a37 /pkgs/top-level/perl-packages.nix
parentff3d87b77998bc9d197d6d6c49e6bd5eed49efd6 (diff)
perlPackages.IOInterface: init at 1.09
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 299541865c860..1a498286875e3 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -12751,6 +12751,19 @@ with self; {
     };
   };
 
+  IOInterface = buildPerlModule {
+    pname = "IO-Interface";
+    version = "1.09";
+    src = fetchurl {
+      url = "mirror://cpan/authors/id/L/LD/LDS/IO-Interface-1.09.tar.gz";
+      hash = "sha256-5j6BxS6x4OYOwtmD9VUtJJPhFxeZJclnV/I8S9n6cTo=";
+    };
+    meta = {
+      description = "Access and modify network interface card configuration";
+      license = with lib.licenses; [ artistic1 gpl1Plus ];
+    };
+  };
+
   IOInteractive = buildPerlPackage {
     pname = "IO-Interactive";
     version = "1.025";