thunderbird: Enable official branding by default
Now we do have an explicit permission from Mozilla. /cc PR #94880
This commit is contained in:
parent
c09965182a
commit
f77e427cf6
@ -62,12 +62,9 @@
|
|||||||
, waylandSupport ? true
|
, waylandSupport ? true
|
||||||
, libxkbcommon, calendarSupport ? true
|
, libxkbcommon, calendarSupport ? true
|
||||||
|
|
||||||
, # If you want the resulting program to call itself "Thunderbird" instead
|
# Use official trademarked branding. Permission obtained at:
|
||||||
# of "Earlybird" or whatever, enable this option. However, those
|
# https://github.com/NixOS/nixpkgs/pull/94880#issuecomment-675907971
|
||||||
# binaries may not be distributed without permission from the
|
, enableOfficialBranding ? true
|
||||||
# Mozilla Foundation, see
|
|
||||||
# http://www.mozilla.org/foundation/trademarks/.
|
|
||||||
enableOfficialBranding ? false
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert waylandSupport -> gtk3Support == true;
|
assert waylandSupport -> gtk3Support == true;
|
||||||
|
@ -60,12 +60,9 @@
|
|||||||
, waylandSupport ? true
|
, waylandSupport ? true
|
||||||
, libxkbcommon, calendarSupport ? true
|
, libxkbcommon, calendarSupport ? true
|
||||||
|
|
||||||
, # If you want the resulting program to call itself "Thunderbird" instead
|
# Use official trademarked branding. Permission obtained at:
|
||||||
# of "Earlybird" or whatever, enable this option. However, those
|
# https://github.com/NixOS/nixpkgs/pull/94880#issuecomment-675907971
|
||||||
# binaries may not be distributed without permission from the
|
, enableOfficialBranding ? true
|
||||||
# Mozilla Foundation, see
|
|
||||||
# http://www.mozilla.org/foundation/trademarks/.
|
|
||||||
enableOfficialBranding ? false
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert waylandSupport -> gtk3Support == true;
|
assert waylandSupport -> gtk3Support == true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user