mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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-group" "pulseaudio")
|
||||
(mkWith true "access-group" "audio")
|
||||
"--with-systemduserunitdir=\${out}/lib/systemd/user"
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin "--with-mac-sysroot=/";
|
||||
(mkWith true "systemduserunitdir" "\${out}/lib/systemd/user")
|
||||
(mkWith stdenv.isDarwin "mac-sysroot" "/")
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user