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:
parent
4225f640ef
commit
b34590bec5
20
pkgs/development/perl-modules/NetRemctl/default.nix
Normal file
20
pkgs/development/perl-modules/NetRemctl/default.nix
Normal 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 ];
|
||||
}
|
|
@ -19100,6 +19100,8 @@ with self; {
|
|||
};
|
||||
};
|
||||
|
||||
NetRemctl = callPackage ../development/perl-modules/NetRemctl { };
|
||||
|
||||
NetServer = buildPerlPackage {
|
||||
pname = "Net-Server";
|
||||
version = "2.014";
|
||||
|
|
Loading…
Reference in a new issue