openxray: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-22 09:51:26 +01:00
parent 1b86376d88
commit eaf317aa64
2 changed files with 6 additions and 8 deletions
@@ -1,6 +1,6 @@
{
lib,
stdenv,
gccStdenv,
fetchFromGitHub,
gitUpdater,
cmake,
@@ -15,7 +15,11 @@
pcre,
makeWrapper,
}:
let
# Builds with Clang, but hits an assertion failure unless GCC is used
# https://github.com/OpenXRay/xray-16/issues/1224
stdenv = gccStdenv;
in
stdenv.mkDerivation (finalAttrs: {
pname = "openxray";
version = "2921-january-2025-rc1";
-6
View File
@@ -12345,12 +12345,6 @@ with pkgs;
openra = openraPackages.engines.release;
openxray = callPackage ../games/openxray {
# Builds with Clang, but hits an assertion failure unless GCC is used
# https://github.com/OpenXRay/xray-16/issues/1224
stdenv = gccStdenv;
};
papermcServers = callPackages ../games/papermc { };
papermc = papermcServers.papermc;