lol

policykit: use meta.platforms

This makes it easier to remove policykit in the future

svn path=/nixpkgs/trunk/; revision=29594

+1 -1
+1
pkgs/development/libraries/policykit/default.nix
··· 30 30 meta = { 31 31 homepage = http://www.freedesktop.org/wiki/Software/PolicyKit; 32 32 description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes (obsolete)"; 33 + platforms = stdenv.lib.platforms.linux; 33 34 }; 34 35 }
-1
pkgs/top-level/release.nix
··· 240 240 pkgconfig = all; 241 241 pltScheme = linux; 242 242 pmccabe = linux; 243 - policykit = linux; 244 243 portmap = linux; 245 244 postgresql = all; 246 245 postfix = linux;