pulseaudio: system user and group changed to pulse.

This commit is contained in:
lassulus 2015-05-06 11:40:47 +02:00
parent 4c01e6d919
commit b421fc0686

View File

@ -148,8 +148,8 @@ stdenv.mkDerivation rec {
(mkEnable true "manpages" null)
(mkEnable hasWebrtc "webrtc-aec" null)
(mkEnable true "adrian-aec" null)
(mkWith true "system-user" "pulseaudio")
(mkWith true "system-group" "pulseaudio")
(mkWith true "system-user" "pulse")
(mkWith true "system-group" "pulse")
(mkWith true "access-group" "audio")
"--with-systemduserunitdir=\${out}/lib/systemd/user"
] ++ stdenv.lib.optional stdenv.isDarwin "--with-mac-sysroot=/";