thunderbird: Disable jemalloc support
This commit is contained in:
parent
b659b3dad8
commit
fe25c5f8c2
1 changed files with 4 additions and 2 deletions
|
@ -252,12 +252,14 @@ in genAttrs [
|
||||||
withIptables = false;
|
withIptables = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
thunderbird-unwrapped = prev.thunderbird-unwrapped.overrideAttrs (prevAttrs: {
|
thunderbird-unwrapped = (prev.thunderbird-unwrapped.overrideAttrs (prevAttrs: {
|
||||||
configureFlags = prevAttrs.configureFlags or [ ]
|
configureFlags = prevAttrs.configureFlags or [ ]
|
||||||
|> substituteFlags {
|
|> substituteFlags {
|
||||||
"--enable-default-toolkit=.*" = "--enable-default-toolkit=cairo-gtk3-wayland-only";
|
"--enable-default-toolkit=.*" = "--enable-default-toolkit=cairo-gtk3-wayland-only";
|
||||||
};
|
};
|
||||||
});
|
})).override {
|
||||||
|
jemallocSupport = false;
|
||||||
|
};
|
||||||
|
|
||||||
thunderbird = final.wrapThunderbird final.thunderbird-unwrapped { };
|
thunderbird = final.wrapThunderbird final.thunderbird-unwrapped { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue