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;
description = "Universal Radio Hacker: investigate wireless protocols like a boss";
license = licenses.asl20;
platform = platforms.all;
platforms = platforms.all;
maintainers = with maintainers; [ fpletz ];
};
}

View file

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

View file

@ -26,6 +26,6 @@ python27Packages.buildPythonApplication rec {
description = "Qt remote GUI for WeeChat";
license = licenses.gpl3;
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;
license = licenses.asl20;
maintainers = [maintainers.mic92];
platform = platforms.linux;
platforms = platforms.linux;
};
}

View file

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

View file

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
'';
homepage = https://moxie.org/software/fakeroute/;
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";
license = licenses.unfree;
maintainers = with maintainers; [ guillaumekoenig ];
platform = platforms.linux;
platforms = platforms.linux;
};
}

View file

@ -15,7 +15,7 @@ python2Packages.buildPythonApplication rec {
meta = {
homepage = https://pypi.python.org/pypi/grin;
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 ];
};
}