polkit: drop obsolete comments, whitespace

This commit is contained in:
worldofpeace 2019-10-05 07:10:11 -04:00
parent 670c000eb9
commit e570377f52

View File

@ -9,7 +9,7 @@
let let
system = "/run/current-system/sw"; system = "/run/current-system/sw";
setuid = "/run/wrappers/bin"; #TODO: from <nixos> config.security.wrapperDir; setuid = "/run/wrappers/bin";
in in
@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
]; ];
inherit doCheck; inherit doCheck;
checkInputs = [dbus]; checkInputs = [ dbus ];
checkPhase = '' checkPhase = ''
# tests need access to the system bus # tests need access to the system bus
dbus-run-session --config-file=${./system_bus.conf} -- sh -c 'DBUS_SYSTEM_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS make check' dbus-run-session --config-file=${./system_bus.conf} -- sh -c 'DBUS_SYSTEM_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS make check'