fix overlays again again again
This commit is contained in:
@@ -3,8 +3,8 @@ final: prev: {
|
|||||||
|
|
||||||
# talloc for proot
|
# talloc for proot
|
||||||
talloc = prev.talloc.overrideAttrs (innerFinal: innerPrev: {
|
talloc = prev.talloc.overrideAttrs (innerFinal: innerPrev: {
|
||||||
wafConfigureFlags = innerPrev.wafConfigureFlags ++ [ "--disable-python" ];
|
wafConfigureFlags = innerPrev.wafConfigureFlags or [] ++ [ "--disable-python" ];
|
||||||
patches = innerPrev.patches ++ [ ./patches/talloc-satic.patch ];
|
patches = innerPrev.patches or [] ++ [ ./patches/talloc-satic.patch ];
|
||||||
});
|
});
|
||||||
|
|
||||||
# for static builds
|
# for static builds
|
||||||
|
|||||||
Reference in New Issue
Block a user