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:
rnhmjoj 2022-09-21 14:30:25 +02:00
parent c90b6a859b
commit 56aaee0ad9
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -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; [ ]);
};
}