[Nix-dev] Re: Re: [PATCH] *** SUBJECT HERE ***
Marc Weber
marco-oweber at gmx.de
Sun Jul 11 16:31:18 CEST 2010
Hi Yuri,
> I was talking about this line:
>
> checking if gio can sniff png... no
>
> It should be "yes" with glib-2.24.x. Test program segfaults, and I haven't
> managed to debug this problem.
How to catch this in the future? Apply regex on configure output?
configureCheck = configureCheck (it: [
(it.shouldDetect "yes") # using BDD style here - for fun
]);
Then make it fail when that line is no or not present?
Marc Weber
More information about the nix-dev
mailing list