eresi: unbreak for gcc14 and newer

This commit is contained in:
Clément
2025-03-22 12:31:48 +01:00
parent 162db2cd98
commit 9b69652607
+7
View File
@@ -31,6 +31,13 @@ stdenv.mkDerivation rec {
url = "https://github.com/thorkill/eresi/commit/bc5b9a75c326f277e5f89e01a3b8f7f0519a99f6.patch";
sha256 = "0lqwrnkkhhd3vi1r8ngvziyqkk09h98h93rrs3ndqi048a898ys1";
})
# Fix compilation for gcc14 and newer
# https://github.com/thorkill/eresi/pull/167
(fetchpatch {
url = "https://github.com/thorkill/eresi/commit/f85397c4dce633764fab29b0642f59fc4764658a.patch";
sha256 = "sha256-mKmJHjyWwCNh/pueB94Ndhj/3uZLBZNn/m9gXenP5ns=";
})
];
postPatch = ''