liquidwar: migrate to by-name

This commit is contained in:
Guy Chronister
2026-01-03 23:26:41 +01:00
committed by 7c6f434c
parent 2d882dc6be
commit 050b8ae0cc
3 changed files with 2 additions and 8 deletions
@@ -11,7 +11,7 @@
expat,
gettext,
perl,
guile,
guile_2_0,
SDL,
SDL_image,
SDL_mixer,
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
xorgproto
libX11
gmp
guile
guile_2_0
libjpeg
libpng
expat
-6
View File
@@ -12682,12 +12682,6 @@ with pkgs;
pythonSupport = true;
};
liquidwar = callPackage ../games/liquidwar {
guile = guile_2_0;
};
liquidwar5 = callPackage ../games/liquidwar/5.nix { };
mindustry-wayland = callPackage ../by-name/mi/mindustry/package.nix {
enableWayland = true;
};