From 784d3012282b356a8da9f99d0056bc291090c139 Mon Sep 17 00:00:00 2001 From: Rafael Ieda Date: Wed, 8 Oct 2025 13:55:11 -0300 Subject: [PATCH] ente-auth: fix build error: identifier 'xxx' preceded by whitespace in a literal operator declaration is deprecated --- pkgs/by-name/en/ente-auth/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/en/ente-auth/package.nix b/pkgs/by-name/en/ente-auth/package.nix index 58cd35d421409..8612bc2b6d3bf 100644 --- a/pkgs/by-name/en/ente-auth/package.nix +++ b/pkgs/by-name/en/ente-auth/package.nix @@ -60,6 +60,9 @@ flutter324.buildFlutterApplication rec { jdk17_headless # JDK version used by upstream CI ]; + # https://github.com/juliansteenbakker/flutter_secure_storage/issues/965 + CXXFLAGS = [ "-Wno-deprecated-literal-operator" ]; + # Based on https://github.com/ente-io/ente/blob/main/auth/linux/packaging/rpm/make_config.yaml # and https://github.com/ente-io/ente/blob/main/auth/linux/packaging/enteauth.appdata.xml desktopItems = [