From bdd3b64cf95e97f92376811b8e5f6067477316e2 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Wed, 12 Feb 2025 22:01:11 +0300 Subject: [PATCH] fix maa build --- profiles/overlay.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/overlay.nix b/profiles/overlay.nix index 66f6889..31f6b25 100644 --- a/profiles/overlay.nix +++ b/profiles/overlay.nix @@ -53,6 +53,9 @@ with lib; { ../patches/hyprland-tablet.patch ]; }); + maa-assistant-arknights = prev.maa-assistant-arknights.overrideAttrs (_: { + env.NIX_CFLAGS_COMPILE = "-Wno-error=maybe-uninitialized"; + }); neatvnc = prev.neatvnc.overrideAttrs (oa: { patches = [ ../patches/neatvnc.patch ] ++ oa.patches or [ ];