openxcom: move to by-name/

This commit is contained in:
pancaek 2025-10-24 16:01:21 -07:00
commit cdfda72c65
2 changed files with 2 additions and 4 deletions

View file

@ -7,7 +7,7 @@
libGL,
openssl,
pkg-config,
SDL,
SDL_compat,
SDL_image,
SDL_mixer,
SDL_gfx,
@ -36,7 +36,7 @@ stdenv.mkDerivation {
boost
libGL
libGLU
SDL
SDL_compat
SDL_gfx
SDL_image
SDL_mixer

View file

@ -13267,8 +13267,6 @@ with pkgs;
openttd-grfcodec = callPackage ../games/openttd/grfcodec.nix { };
openttd-nml = callPackage ../games/openttd/nml.nix { };
openxcom = callPackage ../games/openxcom { SDL = SDL_compat; };
openxray = callPackage ../games/openxray {
# Builds with Clang, but hits an assertion failure unless GCC is used
# https://github.com/OpenXRay/xray-16/issues/1224