mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
[cpan2nix] perlPackages.PPIxUtilities: cleanup
This commit is contained in:
parent
d4e4124252
commit
7fbb6823e4
@ -11790,14 +11790,14 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
PPIxUtilities = buildPerlPackage {
|
||||
PPIxUtilities = buildPerlModule {
|
||||
name = "PPIx-Utilities-1.001000";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/E/EL/ELLIOTJS/PPIx-Utilities-1.001000.tar.gz;
|
||||
sha256 = "03a483386fd6a2c808f09778d44db06b02c3140fb24ba4bf12f851f46d3bcb9b";
|
||||
};
|
||||
buildInputs = [ PPI TestDeep ];
|
||||
propagatedBuildInputs = [ ExceptionClass PPI Readonly TaskWeaken ];
|
||||
buildInputs = [ TestDeep ];
|
||||
propagatedBuildInputs = [ ExceptionClass PPI Readonly ];
|
||||
meta = {
|
||||
description = "Extensions to L<PPI|PPI>";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user