thunderbird build with mold maybe?

This commit is contained in:
Shelvacu
2025-08-22 16:01:07 -07:00
committed by Shelvacu on fw
parent e72e57822d
commit ab2471c64a

View File

@@ -0,0 +1,9 @@
{
mold,
thunderbird-latest-unwrapped,
}:
thunderbird-latest-unwrapped.overrideAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ mold ];
configureFlags = (old.configureFlags or []) ++ [ "--enable-linker=mold" ];
})