3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.Linuxusermod: init at 0.69

This commit is contained in:
Thomas Sean Dominic Kelly 2021-08-13 12:25:52 +01:00 committed by thomassdk
parent 5898efe922
commit 8c3f1c8e38

View file

@ -11802,6 +11802,20 @@ let
};
};
Linuxusermod = buildPerlPackage {
pname = "Linux-usermod";
version = "0.69";
src = fetchurl {
url = "mirror://cpan/authors/id/V/VI/VIDUL/Linux-usermod-0.69.tar.gz";
sha256 = "97ca186a3c416bf69ed62da046f1a60d88d89b8e6ed25008b2f96e787dee9d60";
};
meta = {
description = "This module adds, removes and modify user and group accounts according to the passwd and shadow files syntax";
license = with lib.licenses; [ artistic1 gpl1Plus ];
platforms = lib.platforms.linux;
};
};
ListAllUtils = buildPerlPackage {
pname = "List-AllUtils";
version = "0.18";