forked from mirrors/nixpkgs
Merge pull request #7727 from Lassulus/my-15.05pre61665.4c01e6d
pulseaudio: system user and group changed to pulse.
This commit is contained in:
commit
90e09e3eee
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
(mkWith true "systemduserunitdir" "\${out}/lib/systemd/user")
|
||||
(mkWith stdenv.isDarwin "mac-sysroot" "/")
|
||||
|
|
Loading…
Add table
Reference in a new issue