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 = {
|
meta = {
|
||||||
homepage = http://www.freedesktop.org/wiki/Software/PolicyKit;
|
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)";
|
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;
|
pkgconfig = all;
|
||||||
pltScheme = linux;
|
pltScheme = linux;
|
||||||
pmccabe = linux;
|
pmccabe = linux;
|
||||||
policykit = linux;
|
|
||||||
portmap = linux;
|
portmap = linux;
|
||||||
postgresql = all;
|
postgresql = all;
|
||||||
postfix = linux;
|
postfix = linux;
|
||||||
|
|
Loading…
Reference in New Issue