cemu: Fix building against Boost 1.87.0
This commit is contained in:
parent
8e25cdfbcc
commit
cff1638f81
@ -7,6 +7,7 @@
|
|||||||
cubeb,
|
cubeb,
|
||||||
curl,
|
curl,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
fetchpatch,
|
||||||
fmt_9,
|
fmt_9,
|
||||||
gamemode,
|
gamemode,
|
||||||
glm,
|
glm,
|
||||||
@ -65,6 +66,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
# > SPIRV-Tools-opt
|
# > SPIRV-Tools-opt
|
||||||
./0000-spirv-tools-opt-cmakelists.patch
|
./0000-spirv-tools-opt-cmakelists.patch
|
||||||
./0001-glslang-cmake-target.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 = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user