lol

polkit: mark as linux-only

While polkit is supposedly cross-platform, the test suite requires
a Linux-specific package (to test the D-Bus functionality). Since the
build fails when disabling the test, this effectively limits the
platform to just Linux.

rnhmjoj 56aaee0a c90b6a85

+1 -1
+1 -1
pkgs/development/libraries/polkit/default.nix
··· 188 188 homepage = "http://www.freedesktop.org/wiki/Software/polkit"; 189 189 description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes"; 190 190 license = licenses.lgpl2Plus; 191 - platforms = platforms.unix; 191 + platforms = platforms.linux; 192 192 maintainers = teams.freedesktop.members ++ (with maintainers; [ ]); 193 193 }; 194 194 }