andyetitmoves: make unconditional
This should never be null - the meta.platforms gives us an assertion.
This commit is contained in:
parent
38aa1cad7f
commit
cc7fec170b
@ -23319,7 +23319,7 @@ in
|
|||||||
amoeba = callPackage ../games/amoeba { };
|
amoeba = callPackage ../games/amoeba { };
|
||||||
amoeba-data = callPackage ../games/amoeba/data.nix { };
|
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 { };
|
angband = callPackage ../games/angband { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user