Net::Amazon::S3: Add to channel

Changed files
+1
pkgs
top-level
+1
pkgs/top-level/perl-packages.nix
···
meta = {
description = "Use the Amazon S3 - Simple Storage Service";
license = "perl";
};
};
···
meta = {
description = "Use the Amazon S3 - Simple Storage Service";
license = "perl";
+
platforms = stdenv.lib.platforms.linux;
};
};