[cpan2nix] perlPackages.NetSCP: cleanup

This commit is contained in:
volth 2018-12-28 14:17:49 +00:00
parent 3b21afcc1c
commit 684c204ca2

View File

@ -11315,6 +11315,7 @@ let
description = "Simple wrappers around ssh and scp commands."; description = "Simple wrappers around ssh and scp commands.";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
buildInputs = [ NetSSH StringShellQuote ];
}; };
NetServer = buildPerlPackage { NetServer = buildPerlPackage {