treewide: meta.platform -> meta.platforms

This commit is contained in:
Aneesh Agrawal 2017-05-02 19:14:03 -04:00
parent 572fd3de58
commit ded7953478
8 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
description = "Universal Radio Hacker: investigate wireless protocols like a boss"; description = "Universal Radio Hacker: investigate wireless protocols like a boss";
license = licenses.asl20; license = licenses.asl20;
platform = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ fpletz ];
}; };
} }

View File

@ -12,12 +12,12 @@ python2Packages.buildPythonApplication rec {
propagatedBuildInputs = with python2Packages; [ feedparser ]; propagatedBuildInputs = with python2Packages; [ feedparser ];
namePrefix = ""; namePrefix = "";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://offog.org/code/rawdog/"; homepage = "http://offog.org/code/rawdog/";
description = "RSS Aggregator Without Delusions Of Grandeur"; description = "RSS Aggregator Without Delusions Of Grandeur";
license = licenses.gpl2; license = licenses.gpl2;
platform = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };
} }

View File

@ -26,6 +26,6 @@ python27Packages.buildPythonApplication rec {
description = "Qt remote GUI for WeeChat"; description = "Qt remote GUI for WeeChat";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ ramkromberg ]; maintainers = with maintainers; [ ramkromberg ];
platform = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View File

@ -16,6 +16,6 @@ buildPythonPackage rec {
homepage = https://github.com/svinota/pyroute2; homepage = https://github.com/svinota/pyroute2;
license = licenses.asl20; license = licenses.asl20;
maintainers = [maintainers.mic92]; maintainers = [maintainers.mic92];
platform = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -28,7 +28,7 @@ pythonPackages.buildPythonApplication rec {
on mobile phones or computers. on mobile phones or computers.
''; '';
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platform = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ edwtjo pSub aneeshusa ]; maintainers = with maintainers; [ edwtjo pSub aneeshusa ];
}; };
} }

View File

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://moxie.org/software/fakeroute/; homepage = https://moxie.org/software/fakeroute/;
license = licenses.bsd3; license = licenses.bsd3;
platform = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -52,6 +52,6 @@ in stdenv.mkDerivation rec {
description = "Free, private and secure password management tool and e-wallet"; description = "Free, private and secure password management tool and e-wallet";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ guillaumekoenig ]; maintainers = with maintainers; [ guillaumekoenig ];
platform = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -15,7 +15,7 @@ python2Packages.buildPythonApplication rec {
meta = { meta = {
homepage = https://pypi.python.org/pypi/grin; homepage = https://pypi.python.org/pypi/grin;
description = "A grep program configured the way I like it"; description = "A grep program configured the way I like it";
platform = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.sjagoe ]; maintainers = [ stdenv.lib.maintainers.sjagoe ];
}; };
} }