Remove unneeded 'with's from meta.platforms
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Attachment extractor for MIME messages";
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
homepage = http://www.pldaniels.com/ripmime/;
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user