kdash: fix build with gcc15

This commit is contained in:
Akihiro Saiki
2026-01-07 22:40:53 +09:00
parent fbb8243089
commit 9a32887b0e
+3
View File
@@ -31,6 +31,9 @@ rustPlatform.buildRustPackage rec {
xorg.xcbutil
];
# Fix for build failure with gcc15
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
cargoHash = "sha256-72DuM64wj8WW6soagodOFIeHvVn1CPpb1T3Y7GQYsbs=";
meta = {