betterbird-unwrapped: use settings provided by buildMozillaMach

This commit is contained in:
jopejoe1
2024-03-11 20:25:07 +01:00
parent fb7f5acfde
commit a36cdcf8d2
@@ -44,6 +44,7 @@ in ((buildMozillaMach {
applicationName = "Betterbird";
binaryName = "betterbird";
branding = "comm/mail/branding/betterbird";
inherit (thunderbird-unwrapped) application extraPatches;
src = fetchurl {
@@ -92,11 +93,6 @@ in ((buildMozillaMach {
libdbusmenu-gtk3
];
extraConfigureFlags = [
"--enable-application=comm/mail"
"--with-branding=comm/mail/branding/betterbird"
];
meta = with lib; {
description = "Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will";
homepage = "https://www.betterbird.eu/";