fix overlays again again again

This commit is contained in:
Sebastian Moser
2024-04-03 10:30:51 +02:00
parent 92ed9f64c3
commit c4f017bdce

View File

@@ -3,8 +3,8 @@ final: prev: {
# talloc for proot
talloc = prev.talloc.overrideAttrs (innerFinal: innerPrev: {
wafConfigureFlags = innerPrev.wafConfigureFlags ++ [ "--disable-python" ];
patches = innerPrev.patches ++ [ ./patches/talloc-satic.patch ];
wafConfigureFlags = innerPrev.wafConfigureFlags or [] ++ [ "--disable-python" ];
patches = innerPrev.patches or [] ++ [ ./patches/talloc-satic.patch ];
});
# for static builds