[Nix-dev] Re: [Nix-commits] SVN commit: nix - r25564 - nix/trunk/src/libutil
Ludovic Courtès
ludo at gnu.org
Thu Feb 10 13:29:37 CET 2011
Hi Eelco,
Eelco Dolstra <e.dolstra at tudelft.nl> writes:
> On 01/14/2011 02:55 PM, Ludovic Courtès wrote:
>
>> Author: ludo
>> Date: Fri Jan 14 13:55:58 2011
>> New Revision: 25564
>> URL: https://svn.nixos.org/websvn/nix/?rev=25564&sc=1
>>
>> Log:
>> Remove useless<config.h> inclusion from public header.
>
> Actually, it's not useless.
Then it should be #included in source files, not in public header
files (it's public since it’s installed and used by Hydra :-)).
The issue at hand is that Nix’s config.h is (rightfully) not installed,
which prevented compilation of Hydra.
What do you think?
Thanks,
Ludo’.
More information about the nix-dev
mailing list