mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
pulseaudio service: Use the configured pulseaudio package instead of the default.
This commit is contained in:
parent
4a0f707f71
commit
cd0da98b03
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ in {
|
|||
description = "PulseAudio system-wide server";
|
||||
wantedBy = [ "sound.target" ];
|
||||
before = [ "sound.target" ];
|
||||
path = [ pulseaudio ];
|
||||
path = [ cfg.package ];
|
||||
environment.PULSE_RUNTIME_PATH = pulseRuntimePath;
|
||||
preStart = ''
|
||||
mkdir -p --mode 755 ${pulseRuntimePath}
|
||||
|
|
Loading…
Reference in a new issue