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
commit fd6278500b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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