pulseaudio: system user and group changed to pulse.
This commit is contained in:
parent
4c01e6d919
commit
b421fc0686
@ -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=/";
|
||||
|
Loading…
Reference in New Issue
Block a user