kompute: add upstream patch for fmt ≥ 11

This commit is contained in:
Emily
2025-09-12 00:55:37 +01:00
parent 3d71d3e33b
commit 240415924d
+8 -2
View File
@@ -6,7 +6,7 @@
cmake,
vulkan-headers,
vulkan-loader,
fmt_10,
fmt,
spdlog,
glslang,
ninja,
@@ -43,6 +43,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/KomputeProject/kompute/commit/299b11fb4b8a7607c5d2c27e2735f26b06ae8e29.patch";
sha256 = "sha256-JuoTQ+VjIdyF+I1IcT1ofbBjRS0Ibm2w6F2jrRJlx40=";
})
# Fix the build with fmt ≥ 11.
(fetchpatch {
url = "https://github.com/KomputeProject/kompute/commit/e7985da9950bf75f00799f73b0e1d4ea7c24f0b2.patch";
hash = "sha256-sZf1lazaGaiRzry0Y+KE6z3FKm79gVKoSFyW0GN3TMM=";
})
];
nativeBuildInputs = [
@@ -50,7 +56,7 @@ stdenv.mkDerivation rec {
ninja
];
buildInputs = [
fmt_10
fmt
spdlog
];
propagatedBuildInputs = [