1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

perlPackages.NetRemctl: init at 3.18

This commit is contained in:
Elliot Cameron 2024-10-18 15:45:48 -04:00
parent 4225f640ef
commit b34590bec5
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
buildPerlModule,
remctl,
TestPod,
}:
buildPerlModule {
pname = "NetRemctl";
inherit (remctl) meta src version;
postPatch = ''
cp -R tests/tap/perl/Test perl/t/lib
cd perl
'';
buildInputs = [ remctl ];
checkInputs = [ TestPod ];
}

View file

@ -19100,6 +19100,8 @@ with self; {
};
};
NetRemctl = callPackage ../development/perl-modules/NetRemctl { };
NetServer = buildPerlPackage {
pname = "Net-Server";
version = "2.014";