Hello, On Thu, Jun 14, 2012 at 05:05:14PM -0400, Eelco Dolstra wrote: > On 14/06/12 15:54, Lluís Batlle wrote: > > > +# It has an old config.guess that doesn't know the mips64el. > > +// (if (stdenv.system == "mips64el-linux") then > > You don't need parentheses around an if condition. However, it's cleaner to > use > optionalAttrs here.
Ah, I agree! I didn't know optionalAttrs. Committed with optionalAttrs now. Thank you! _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
