[Nix-dev] [Nix-commits] SVN commit: nix - r34511 - nixpkgs/trunk/pkgs/development/libraries/libtheora
Eelco Dolstra
eelco.dolstra at logicblox.com
Thu Jun 14 23:05:14 CEST 2012
Hi,
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.
--
Eelco Dolstra | LogicBlox, Inc. | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list