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