all-packages.nix: define the 'andyetitmoves' attribute only on Linux platforms
svn path=/nixpkgs/trunk/; revision=32410
This commit is contained in:
parent
c96d4bd72e
commit
4629d596ac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user