1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

PulseAudio: fix config file paths

svn path=/nixos/trunk/; revision=30370
This commit is contained in:
Evgeny Egorochkin 2011-11-10 16:37:31 +00:00
parent d9356e9a35
commit 698a02ee43

View file

@ -74,11 +74,11 @@ let cfg = config.hardware.pulseaudio; in
}
{ target = "pulse/default.pa";
source = "${cfg.package}/etc/pulse/default.pa";
source = "${cfg.package}/etc/default.pa";
}
{ target = "pulse/system.pa";
source = "${cfg.package}/etc/pulse/system.pa";
source = "${cfg.package}/etc/system.pa";
}
]);