···25, systemdMinimal
26, elogind
27, buildPackages
28-, withIntrospection ? stdenv.hostPlatform.emulatorAvailable buildPackages
29# A few tests currently fail on musl (polkitunixusertest, polkitunixgrouptest, polkitidentitytest segfault).
30# Not yet investigated; it may be due to the "Make netgroup support optional"
31# patch not updating the tests correctly yet, or doing something wrong,
···25, systemdMinimal
26, elogind
27, buildPackages
28+, withIntrospection ? lib.meta.availableOn stdenv.hostPlatform gobject-introspection && stdenv.hostPlatform.emulatorAvailable buildPackages
29# A few tests currently fail on musl (polkitunixusertest, polkitunixgrouptest, polkitidentitytest segfault).
30# Not yet investigated; it may be due to the "Make netgroup support optional"
31# patch not updating the tests correctly yet, or doing something wrong,