Skip to content

Commit

Permalink
cemu: Fix building against Boost 1.87.0 (#375803)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 22, 2025
2 parents 5bd08a1 + cff1638 commit 137d5c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/by-name/ce/cemu/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
cubeb,
curl,
fetchFromGitHub,
fetchpatch,
fmt_9,
gamemode,
glm,
Expand Down Expand Up @@ -65,6 +66,11 @@ stdenv.mkDerivation (finalAttrs: {
# > SPIRV-Tools-opt
./0000-spirv-tools-opt-cmakelists.patch
./0001-glslang-cmake-target.patch
(fetchpatch {
name = "fix-building-against-boost-187.patch";
url = "https://github.com/cemu-project/Cemu/commit/2b0cbf7f6b6c34c748585d255ee7756ff592a502.patch";
hash = "sha256-jHB/9MWZ/oNfUgZtxtgkSN/OnRARSuGVfXFFB9ldDpI=";
})
];

nativeBuildInputs = [
Expand Down

0 comments on commit 137d5c9

Please sign in to comment.