Remove unneeded 'with's from meta.platforms

This commit is contained in:
Pascal Wittmann 2015-11-25 23:04:57 +01:00
parent 380ed0229c
commit 6d25c0f1b3
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A stand-alone panel"; description = "A stand-alone panel";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
}; };
passthru = { passthru = {

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Stand alone tray"; description = "Stand alone tray";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
}; };
passthru = { passthru = {

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Embedded Qt Lisp (ECL+Qt)"; description = "Embedded Qt Lisp (ECL+Qt)";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
license = licenses.mit; license = licenses.mit;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A tool to run processes untied from some of the namespaces"; description = "A tool to run processes untied from some of the namespaces";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
}; };
passthru = { passthru = {

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A FUSE FS for mounting Samba shares"; description = "A FUSE FS for mounting Samba shares";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
downloadPage = "http://sourceforge.net/projects/smbnetfs/files/smbnetfs"; downloadPage = "http://sourceforge.net/projects/smbnetfs/files/smbnetfs";
updateWalker = true; updateWalker = true;

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "UDF tools"; description = "UDF tools";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
Code. Code.
''; '';
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
license = licenses.lgpl21; license = licenses.lgpl21;
homepage = http://zbar.sourceforge.net/; homepage = http://zbar.sourceforge.net/;
}; };

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Mail sorter for Maildirs"; description = "Mail sorter for Maildirs";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
}; };
passthru = { passthru = {

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "Attachment extractor for MIME messages"; description = "Attachment extractor for MIME messages";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
homepage = http://www.pldaniels.com/ripmime/; homepage = http://www.pldaniels.com/ripmime/;
platforms = with platforms; linux; platforms = platforms.linux;
}; };
passthru = { passthru = {

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "TFTP tools - a lot of fixes on top of BSD TFTP"; description = "TFTP tools - a lot of fixes on top of BSD TFTP";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux; platforms = platforms.linux;
license = licenses.bsd3; license = licenses.bsd3;
homepage = http://www.kernel.org/pub/software/network/tftp/; homepage = http://www.kernel.org/pub/software/network/tftp/;
}; };