diff --git a/pkgs/by-name/at/atuin-desktop/package.nix b/pkgs/by-name/at/atuin-desktop/package.nix index 1deeead2d880..6f9f6d66f992 100644 --- a/pkgs/by-name/at/atuin-desktop/package.nix +++ b/pkgs/by-name/at/atuin-desktop/package.nix @@ -62,6 +62,9 @@ rustPlatform.buildRustPackage (finalAttrs: { env = { # Used upstream: https://github.com/atuinsh/desktop/blob/6ddebdf66c70042defe5587f7f6c433f889b9ef4/.envrc#L1 NODE_OPTIONS = "--max-old-space-size=6144"; + + # TMP: Fix build failure with GCC 15. + NIX_CFLAGS_COMPILE = "-std=gnu17"; }; # Otherwise tauri will look for a private key we don't have.