[Nix-dev] [Nix-commits] SVN commit: nix - r30370 - nixos/trunk/modules/config
Ludovic Courtès
ludo at gnu.org
Mon Nov 14 21:13:55 CET 2011
Hi,
Eelco Dolstra <e.dolstra at tudelft.nl> skribis:
> On 11/10/2011 11:37 AM, Evgeny Egorochkin wrote:
>
>> Log:
>> PulseAudio: fix config file paths
>
> Isn't this indicative of a bug in our Nix expression for PulseAudio? I notice
> that r30279 had this change:
>
> - installFlags = "sysconfdir=$(out)/etc";
> + installFlags = "pulseconfdir=$(out)/etc
> dbuspolicydir=$out/etc/dbus-1/system.d xdgautostartdir=$out/etc/xdg/autostart";
>
> which seems wrong to me. For one thing, "$out" should be "$(out)" - currently
> the dbus policy file and the XDG stuff doesn't get installed at all as a result.
> And pulseconfdir should probably be $(out)/etc/pulse. But it's not clear to me
> why we can't just use sysconfdir=$(out)/etc.
Besides, configure has a ‘--sysconfdir’ option, which defaults to
$prefix/etc.
Thanks,
Ludo’.
More information about the nix-dev
mailing list