all-packages.nix: define the 'andyetitmoves' attribute only on Linux platforms

svn path=/nixpkgs/trunk/; revision=32410
This commit is contained in:
Peter Simons 2012-02-19 23:32:43 +00:00
parent c96d4bd72e
commit 4629d596ac

View file

@ -7852,7 +7852,7 @@ let
alienarena = callPackage ../games/alienarena { };
andyetitmoves = callPackage ../games/andyetitmoves {};
andyetitmoves = if stdenv.isLinux then callPackage ../games/andyetitmoves {} else null;
asc = callPackage ../games/asc {
lua = lua5;