mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Revert r30370, it's no longer needed.
svn path=/nixos/trunk/; revision=30389
This commit is contained in:
parent
48adcd5510
commit
d89f4b6c76
@ -74,11 +74,11 @@ let cfg = config.hardware.pulseaudio; in
|
||||
}
|
||||
|
||||
{ target = "pulse/default.pa";
|
||||
source = "${cfg.package}/etc/default.pa";
|
||||
source = "${cfg.package}/etc/pulse/default.pa";
|
||||
}
|
||||
|
||||
{ target = "pulse/system.pa";
|
||||
source = "${cfg.package}/etc/system.pa";
|
||||
source = "${cfg.package}/etc/pulse/system.pa";
|
||||
}
|
||||
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user