lol

perl-Exception-Base: 0.25 -> 0.2501

Fixes build under Perl 5.22.

+6 -5
+6 -5
pkgs/top-level/perl-packages.nix
··· 4516 4516 }; 4517 4517 }; 4518 4518 4519 - ExceptionBase = buildPerlPackage { 4520 - name = "Exception-Base-0.25"; 4519 + ExceptionBase = buildPerlPackage rec { 4520 + name = "Exception-Base-0.2501"; 4521 4521 src = fetchurl { 4522 - url = mirror://cpan/authors/id/D/DE/DEXTER/Exception-Base-0.25.tar.gz; 4523 - sha256 = "1s2is862xba2yy633wn2nklrya36yrlwxlbpqjrv8m31xj2c8khw"; 4522 + url = "mirror://cpan/authors/id/D/DE/DEXTER/${name}.tar.gz"; 4523 + sha256 = "5723dd78f4ac0b4d262a05ea46af663ea00d8096b2e9c0a43515c210760e1e75"; 4524 4524 }; 4525 4525 buildInputs = [ TestUnitLite ]; 4526 4526 meta = { 4527 + description = "Lightweight exceptions"; 4528 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4527 4529 maintainers = with maintainers; [ ocharles ]; 4528 - platforms = stdenv.lib.platforms.unix; 4529 4530 }; 4530 4531 }; 4531 4532