mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00: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 {
|
ModuleImplementation = let version = "0.09"; in buildPerlPackage {
|
||||||
name = "Module-Implementation-0.07";
|
name = "Module-Implementation-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Module-Implementation-0.07.tar.gz;
|
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Module-Implementation-${version}.tar.gz";
|
||||||
sha256 = "15r93l8danysfhb7wn2zww1s02hajki4k3xjfxbpz7ckadqq6jbk";
|
sha256 = "0vfngw4dbryihqhi7g9ks360hyw8wnpy3hpkzyg0q4y2y091lpy1";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal TestRequires ];
|
buildInputs = [ TestFatal TestRequires ];
|
||||||
propagatedBuildInputs = [ ModuleRuntime TryTiny ];
|
propagatedBuildInputs = [ ModuleRuntime TryTiny ];
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit version;
|
||||||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||||
description = "Loads one of several alternate underlying implementations for a module";
|
description = "Loads one of several alternate underlying implementations for a module";
|
||||||
license = stdenv.lib.licenses.artistic2;
|
license = stdenv.lib.licenses.artistic2;
|
||||||
|
Loading…
Reference in New Issue
Block a user