libtas: fix gcc15 build

This commit is contained in:
Michaili K
2026-03-16 12:24:45 +01:00
parent a499dfba7b
commit fe0dfd7ab4
+6
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
fetchurl,
fetchpatch2,
autoreconfHook,
pkg-config,
SDL2,
@@ -36,6 +37,11 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://github.com/clementgallet/libTAS/commit/779ff0fb0f3accfc62949680d85ecf96b28d18ef.patch";
hash = "sha256-xAaTWIXt8FkMu6GE5mBWtLypROFZ1aEqmBTtG+6rTWk=";
})
# Fix build with gcc15
(fetchpatch2 {
url = "https://github.com/clementgallet/libTAS/commit/9699b158c522cf778bcdf626d0520fdd0a8b83aa.patch?full_index=1";
hash = "sha256-vM1f6rvKIFyzEGJ7k+b/Zp4gAv8u6mdDUD5evV+hCJU=";
})
];
nativeBuildInputs = [