Merge pull request #83889 from matthewbauer/andyetitmoves-make-unconditional

andyetitmoves: make unconditional
This commit is contained in:
Matthew Bauer
2020-03-31 22:06:45 -05:00
committed by GitHub

View File

@@ -23148,7 +23148,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 { };