mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
Merge pull request #7727 from Lassulus/my-15.05pre61665.4c01e6d
pulseaudio: system user and group changed to pulse.
This commit is contained in:
@@ -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" "/")
|
||||
|
||||
Reference in New Issue
Block a user