[Nix-dev] mesaPlatforms vs mesaSupported

Peter Simons simons at cryp.to
Thu Dec 6 11:29:23 CET 2012


Hi Florian,

 > all-packages.nix:
 >   mesaSupported =
 >     system == "i686-linux" ||
 >     system == "x86_64-linux" ||
 >     system == "x86_64-darwin";
 >
 > platforms.nix:
 >   linux = ["i686-linux" "x86_64-linux" "powerpc-linux" "armv5tel-linux" "armv7l-linux" "mips64el-linux"];
 >   mesaPlatforms = linux;
 >
 > Is there a reason for this divergence or should mesaSupported use mesaPlatforms?

I've committed a fix. Thanks for pointing this out!

Take care,
Peter



More information about the nix-dev mailing list