nixpkgs/pkgs/applications/networking/mumble
Felix Singer 95d6d9c3f9 mumble: Fix 32-bit build
32-bit builds fail due to the following error. Apply a patch from master
to fix the issue.

[ 25%] Building CXX object plugins/gtav/CMakeFiles/gtav.dir/gtav.cpp.o
In file included from /build/source/plugins/gtav/Game.h:9,
                 from /build/source/plugins/gtav/gtav.cpp:6:
/build/source/plugins/gtav/structs.h:218:37: error: static assertion failed
  218 | static_assert(sizeof(CCameraAngles) == 0x408, "");
      |               ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/build/source/plugins/gtav/structs.h:218:37: note: the comparison reduces to '(1028 == 1032)'

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2023-05-17 02:14:49 +02:00
..
0001-BUILD-crypto-Migrate-to-OpenSSL-3.0-compatible-API.patch mumble: Apply patch to use OpenSSL 3.0 API 2023-05-12 23:19:20 +02:00
0002-FIX-positional-audio-Force-8-bytes-alignment-for-CCa.patch mumble: Fix 32-bit build 2023-05-17 02:14:49 +02:00
default.nix mumble: Fix 32-bit build 2023-05-17 02:14:49 +02:00
overlay.nix