perlPackages.ModuleInstallRepository: init at 0.06

This commit is contained in:
Stig Palmquist 2020-09-30 14:48:04 +02:00
parent f926d0567a
commit a6e4aca950
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7
1 changed files with 15 additions and 0 deletions

View File

@ -12776,6 +12776,21 @@ let
};
};
ModuleInstallRepository = buildPerlPackage {
pname = "Module-Install-Repository";
version = "0.06";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIYAGAWA/Module-Install-Repository-0.06.tar.gz";
sha256 = "00e2590d09339ccccbdaa328d12ad8ec77e831a38c9ad663705e59ecbb18722b";
};
buildInputs = [ PathClass ];
meta = {
description = "Automatically sets repository URL from svn/svk/Git checkout";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
ModuleManifest = buildPerlPackage {
pname = "Module-Manifest";
version = "1.09";