fix maa build
This commit is contained in:
parent
fe00a6128e
commit
bdd3b64cf9
@ -53,6 +53,9 @@ with lib; {
|
|||||||
../patches/hyprland-tablet.patch
|
../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: {
|
neatvnc = prev.neatvnc.overrideAttrs (oa: {
|
||||||
patches = [ ../patches/neatvnc.patch ] ++ oa.patches or [ ];
|
patches = [ ../patches/neatvnc.patch ] ++ oa.patches or [ ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user