Unverified Commit 9a32887b authored by Akihiro Saiki's avatar Akihiro Saiki
Browse files

kdash: fix build with gcc15

parent fbb82430
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = {