Author: simons
Date: Sun Feb 19 23:32:43 2012
New Revision: 32410
URL: https://nixos.org/websvn/nix/?rev=32410&sc=1

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

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sun Feb 19 22:53:25 
2012        (r32409)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sun Feb 19 23:32:43 
2012        (r32410)
@@ -7852,7 +7852,7 @@
 
   alienarena = callPackage ../games/alienarena { };
 
-  andyetitmoves = callPackage ../games/andyetitmoves {};
+  andyetitmoves = if stdenv.isLinux then callPackage ../games/andyetitmoves {} 
else null;
 
   asc = callPackage ../games/asc {
     lua = lua5;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to