policykit: use meta.platforms

This makes it easier to remove policykit in the future

svn path=/nixpkgs/trunk/; revision=29594
This commit is contained in:
Yury G. Kudryashov 2011-10-02 21:15:19 +00:00
parent 13b67df58e
commit 9839a5d924
2 changed files with 1 additions and 1 deletions

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.freedesktop.org/wiki/Software/PolicyKit;
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes (obsolete)";
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -240,7 +240,6 @@ with (import ./release-lib.nix);
pkgconfig = all;
pltScheme = linux;
pmccabe = linux;
policykit = linux;
portmap = linux;
postgresql = all;
postfix = linux;