Merge pull request #287877 from trofi/pingus-gcc-13-fix

pingus: fix `gcc-13` build failure
This commit is contained in:
7c6f434c
2024-02-11 10:32:17 +00:00
committed by GitHub
+5
View File
@@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
postPatch = ''
# Fix missing gcc-13 headers
sed -e '1i #include <cstdint>' -i src/util/pathname.hpp
'';
meta = {
description = "A puzzle game with mechanics similar to Lemmings";
platforms = lib.platforms.linux;