Commit cdfda72c authored by pancaek's avatar pancaek
Browse files

openxcom: move to by-name/

parent f25d07b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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