mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #287877 from trofi/pingus-gcc-13-fix
pingus: fix `gcc-13` build failure
This commit is contained in:
commit
3b8080c6bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user