andyetitmoves: make unconditional

This should never be null - the meta.platforms gives us an assertion.
This commit is contained in:
Matthew Bauer 2020-03-25 15:28:36 -04:00
parent 38aa1cad7f
commit cc7fec170b

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 { };