fex: 2510 -> 2511 (#459169)

This commit is contained in:
isabel
2025-11-07 11:36:37 +00:00
committed by GitHub
+2 -13
View File
@@ -26,7 +26,6 @@
xorg,
withQt ? true,
qt6,
fetchpatch,
}:
let
@@ -96,13 +95,13 @@ let
in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "fex";
version = "2510";
version = "2511";
src = fetchFromGitHub {
owner = "FEX-Emu";
repo = "FEX";
tag = "FEX-${finalAttrs.version}";
hash = "sha256-C6Yeqo+KqA6OezxnpBAncTekOrPTgIq0vikQOmxaORA=";
hash = "sha256-CulENHssPkCXI+oyVKwf3GN5bjxUok2+AHsoOQ+Mchc=";
leaveDotGit = true;
postFetch = ''
@@ -128,16 +127,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
'';
};
patches = [
# Backported fix of unit test build with LLVM 21.
# TODO: drop after next release
(fetchpatch {
name = "unittests-thunklibs-fix-build-with-llvm-21.patch";
url = "https://github.com/FEX-Emu/FEX/commit/5af2477d005bb0ab8b11633a678ed5f6121f81b6.patch";
hash = "sha256-QdJaexzBSOVaKc3h2uwPbX4iysqvGBDmWH938ZeXcdE=";
})
];
postPatch = ''
substituteInPlace ThunkLibs/GuestLibs/CMakeLists.txt ThunkLibs/HostLibs/CMakeLists.txt \
--replace-fail "/usr/include/libdrm" "${devRootFS}/include/libdrm" \