Set some meta.platforms

Also fix meta.platform -> meta.platforms in a few places.
This commit is contained in:
Eelco Dolstra
2015-03-20 20:04:42 +01:00
parent 0461f35894
commit 2ed5c2bd6b
45 changed files with 94 additions and 102 deletions
@@ -18,9 +18,7 @@ let
in
with {
inherit (stdenv.lib) optional optionalString;
};
with stdenv.lib;
stdenv.mkDerivation rec {
name = "perl-5.20.1";
@@ -79,4 +77,11 @@ stdenv.mkDerivation rec {
setupHook = ./setup-hook.sh;
passthru.libPrefix = "lib/perl5/site_perl";
meta = {
homepage = https://www.perl.org/;
description = "The standard implementation of the Perl 5 programmming language";
maintainers = [ maintainers.eelco ];
platforms = platforms.all;
};
}