mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
perlPackages.ModuleImplementation 0.07 -> 0.09
This commit is contained in:
parent
78e777ad8d
commit
68932b96d2
@ -6876,15 +6876,16 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
ModuleImplementation = buildPerlPackage {
|
||||
name = "Module-Implementation-0.07";
|
||||
ModuleImplementation = let version = "0.09"; in buildPerlPackage {
|
||||
name = "Module-Implementation-${version}";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Module-Implementation-0.07.tar.gz;
|
||||
sha256 = "15r93l8danysfhb7wn2zww1s02hajki4k3xjfxbpz7ckadqq6jbk";
|
||||
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Module-Implementation-${version}.tar.gz";
|
||||
sha256 = "0vfngw4dbryihqhi7g9ks360hyw8wnpy3hpkzyg0q4y2y091lpy1";
|
||||
};
|
||||
buildInputs = [ TestFatal TestRequires ];
|
||||
propagatedBuildInputs = [ ModuleRuntime TryTiny ];
|
||||
meta = {
|
||||
inherit version;
|
||||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||
description = "Loads one of several alternate underlying implementations for a module";
|
||||
license = stdenv.lib.licenses.artistic2;
|
||||
|
Loading…
Reference in New Issue
Block a user