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:
parent
13b67df58e
commit
9839a5d924
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -240,7 +240,6 @@ with (import ./release-lib.nix);
|
||||
pkgconfig = all;
|
||||
pltScheme = linux;
|
||||
pmccabe = linux;
|
||||
policykit = linux;
|
||||
portmap = linux;
|
||||
postgresql = all;
|
||||
postfix = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user