Author: urkud
Date: Sun Oct 2 21:15:19 2011
New Revision: 29594
URL: https://ssl.nixos.org/websvn/nix/?rev=29594&sc=1
Log:
policykit: use meta.platforms
This makes it easier to remove policykit in the future
Modified:
nixpkgs/trunk/pkgs/development/libraries/policykit/default.nix
nixpkgs/trunk/pkgs/top-level/release.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/policykit/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/policykit/default.nix Sun Oct
2 20:36:10 2011 (r29593)
+++ nixpkgs/trunk/pkgs/development/libraries/policykit/default.nix Sun Oct
2 21:15:19 2011 (r29594)
@@ -30,5 +30,6 @@
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;
};
}
Modified: nixpkgs/trunk/pkgs/top-level/release.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/release.nix Sun Oct 2 20:36:10 2011
(r29593)
+++ nixpkgs/trunk/pkgs/top-level/release.nix Sun Oct 2 21:15:19 2011
(r29594)
@@ -240,7 +240,6 @@
pkgconfig = all;
pltScheme = linux;
pmccabe = linux;
- policykit = linux;
portmap = linux;
postgresql = all;
postfix = linux;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits