[Nix-dev] [Nix-commits] SVN commit: nix - r30370 - nixos/trunk/modules/config
Eelco Dolstra
e.dolstra at tudelft.nl
Thu Nov 10 17:45:01 CET 2011
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.
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list