thunderbird build with mold maybe?
This commit is contained in:
9
packages/thunderbird-mold/package.nix
Normal file
9
packages/thunderbird-mold/package.nix
Normal 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" ];
|
||||||
|
})
|
Reference in New Issue
Block a user