perl: add perl team to teams (#416203)
This commit is contained in:
commit
ec6edd84d5
@ -304,12 +304,13 @@ stdenv.mkDerivation (
|
|||||||
"$mini/lib/perl5/cross_perl/${version}:$out/lib/perl5/${version}:$out/lib/perl5/${version}/$runtimeArch"
|
"$mini/lib/perl5/cross_perl/${version}:$out/lib/perl5/${version}:$out/lib/perl5/${version}/$runtimeArch"
|
||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://www.perl.org/";
|
homepage = "https://www.perl.org/";
|
||||||
description = "Standard implementation of the Perl 5 programming language";
|
description = "Standard implementation of the Perl 5 programming language";
|
||||||
license = licenses.artistic1;
|
license = lib.licenses.artistic1;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.all;
|
teams = [ lib.teams.perl ];
|
||||||
|
platforms = lib.platforms.all;
|
||||||
priority = 6; # in `buildEnv' (including the one inside `perl.withPackages') the library files will have priority over files in `perl`
|
priority = 6; # in `buildEnv' (including the one inside `perl.withPackages') the library files will have priority over files in `perl`
|
||||||
mainProgram = "perl";
|
mainProgram = "perl";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user