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.
This commit is contained in:
parent
c90b6a859b
commit
56aaee0ad9
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://www.freedesktop.org/wiki/Software/polkit";
|
||||
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue