mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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
@ -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…
Reference in New Issue
Block a user