andyetitmoves: make unconditional

This should never be null - the meta.platforms gives us an assertion.
This commit is contained in:
Matthew Bauer
2020-03-26 17:32:25 -04:00
parent 38aa1cad7f
commit cc7fec170b
+1 -1
View File
@@ -23319,7 +23319,7 @@ in
amoeba = callPackage ../games/amoeba { };
amoeba-data = callPackage ../games/amoeba/data.nix { };
andyetitmoves = if stdenv.isLinux then callPackage ../games/andyetitmoves {} else null;
andyetitmoves = callPackage ../games/andyetitmoves {};
angband = callPackage ../games/angband { };