perl-MooseX-ConfigFromFile: 0.13 -> 0.14
This commit is contained in:
parent
022f5fdf83
commit
27cc1961ff
@ -8305,19 +8305,19 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
MooseXConfigFromFile = buildPerlPackage {
|
MooseXConfigFromFile = buildPerlPackage rec {
|
||||||
name = "MooseX-ConfigFromFile-0.13";
|
name = "MooseX-ConfigFromFile-0.14";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/E/ET/ETHER/MooseX-ConfigFromFile-0.13.tar.gz;
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "0pf5f05hs2i765cnw9sw1hdxf7vz480iyyngjawr4yqjkv4r5nz7";
|
sha256 = "9ad343cd9f86d714be9b54b9c68a443d8acc6501b6ad6b15e9ca0130b2e96f08";
|
||||||
};
|
};
|
||||||
buildInputs = [ Moose TestCheckDeps TestDeep TestFatal TestNoWarnings TestRequires TestWithoutModule ];
|
buildInputs = [ ModuleBuildTiny Moose MooseXGetopt TestDeep TestFatal TestRequires TestWithoutModule self."if" ];
|
||||||
propagatedBuildInputs = [ Moose MooseXTypes MooseXTypesPathTiny TryTiny namespaceautoclean ];
|
propagatedBuildInputs = [ Moose MooseXTypes MooseXTypesPathTiny namespaceautoclean ];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = https://github.com/moose/MooseX-ConfigFromFile;
|
||||||
description = "An abstract Moose role for setting attributes from a configfile";
|
description = "An abstract Moose role for setting attributes from a configfile";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = with maintainers; [ ];
|
platforms = stdenv.lib.platforms.all;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user