[Nix-dev] [Nix-commits] SVN commit: nix - r34511 - nixpkgs/trunk/pkgs/development/libraries/libtheora
Lluís Batlle i Rossell
viric at viric.name
Thu Jun 14 23:29:16 CEST 2012
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!
More information about the nix-dev
mailing list