pulseaudio: Refactor a little
This commit is contained in:
parent
36f6601e12
commit
ab50b069e1
@ -151,8 +151,9 @@ stdenv.mkDerivation rec {
|
|||||||
(mkWith true "system-user" "pulseaudio")
|
(mkWith true "system-user" "pulseaudio")
|
||||||
(mkWith true "system-group" "pulseaudio")
|
(mkWith true "system-group" "pulseaudio")
|
||||||
(mkWith true "access-group" "audio")
|
(mkWith true "access-group" "audio")
|
||||||
"--with-systemduserunitdir=\${out}/lib/systemd/user"
|
(mkWith true "systemduserunitdir" "\${out}/lib/systemd/user")
|
||||||
] ++ stdenv.lib.optional stdenv.isDarwin "--with-mac-sysroot=/";
|
(mkWith stdenv.isDarwin "mac-sysroot" "/")
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user