[cpan2nix] perlPackages.ExceptionDied: cleanup
This commit is contained in:
parent
7b2ff13d7d
commit
9a93764a2c
|
@ -5090,14 +5090,14 @@ let self = _self // overrides; _self = with self; {
|
||||||
propagatedBuildInputs = [ ClassDataInheritable DevelStackTrace ];
|
propagatedBuildInputs = [ ClassDataInheritable DevelStackTrace ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ExceptionDied = buildPerlPackage {
|
ExceptionDied = buildPerlModule {
|
||||||
name = "Exception-Died-0.06";
|
name = "Exception-Died-0.06";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DE/DEXTER/Exception-Died-0.06.tar.gz;
|
url = mirror://cpan/authors/id/D/DE/DEXTER/Exception-Died-0.06.tar.gz;
|
||||||
sha256 = "1dcajw2m3x5m76fpi3fvy9fjkmfrd171pnx087i5fkgx5ay41i1m";
|
sha256 = "1dcajw2m3x5m76fpi3fvy9fjkmfrd171pnx087i5fkgx5ay41i1m";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestAssert TestUnitLite ];
|
buildInputs = [ TestAssert TestUnitLite ];
|
||||||
propagatedBuildInputs = [ constantboolean ExceptionBase ];
|
propagatedBuildInputs = [ ExceptionBase constantboolean ];
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
|
Loading…
Reference in New Issue