Skip to content

Commit

Permalink
Merge pull request #179 from ngi-nix/wegank/steamworks-gcc13
Browse files Browse the repository at this point in the history
steamworks: fix build with gcc13
  • Loading branch information
lorenzleutgeb authored Apr 12, 2024
2 parents 8992a02 + b088585 commit 028cd1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/steamworks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ in
hash = "sha256-hD1nTyv/t7MQdopqivfSE0o4Qk1ymG8zQVg56lY+t9o=";
};

# src/common/logger.h:254:63: error: 'uint8_t' does not name a type
postPatch = ''
sed -i "38i #include <cstdint>" src/common/logger.h
'';

nativeBuildInputs = [cmake arpa2cm arpa2common];

buildInputs = [
Expand Down

0 comments on commit 028cd1f

Please sign in to comment.