Merge pull request #83889 from matthewbauer/andyetitmoves-make-unconditional
andyetitmoves: make unconditional
This commit is contained in:
commit
fd6278500b
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue