all-packages.nix: define the 'andyetitmoves' attribute only on Linux platforms
svn path=/nixpkgs/trunk/; revision=32410
This commit is contained in:
@@ -7852,7 +7852,7 @@ let
|
|||||||
|
|
||||||
alienarena = callPackage ../games/alienarena { };
|
alienarena = callPackage ../games/alienarena { };
|
||||||
|
|
||||||
andyetitmoves = callPackage ../games/andyetitmoves {};
|
andyetitmoves = if stdenv.isLinux then callPackage ../games/andyetitmoves {} else null;
|
||||||
|
|
||||||
asc = callPackage ../games/asc {
|
asc = callPackage ../games/asc {
|
||||||
lua = lua5;
|
lua = lua5;
|
||||||
|
|||||||
Reference in New Issue
Block a user