mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
thunderbird: Enable official branding by default
This commit is contained in:
parent
00c4808252
commit
1407bada02
@ -62,12 +62,16 @@
|
|||||||
, waylandSupport ? true
|
, waylandSupport ? true
|
||||||
, libxkbcommon, calendarSupport ? true
|
, libxkbcommon, calendarSupport ? true
|
||||||
|
|
||||||
, # If you want the resulting program to call itself "Thunderbird" instead
|
# As stated by Sylvestre Ledru (@sylvestre) on Nov 22, 2017 at
|
||||||
# of "Earlybird" or whatever, enable this option. However, those
|
# https://github.com/NixOS/nixpkgs/issues/31843#issuecomment-346372756 we
|
||||||
# binaries may not be distributed without permission from the
|
# have permission to use the official branding.
|
||||||
# Mozilla Foundation, see
|
#
|
||||||
# http://www.mozilla.org/foundation/trademarks/.
|
# For purposes of documentation the statement of @sylvestre:
|
||||||
enableOfficialBranding ? false
|
# > As the person who did part of the work described in the LWN article
|
||||||
|
# > and release manager working for Mozilla, I can confirm the statement
|
||||||
|
# > that I made in
|
||||||
|
# > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006
|
||||||
|
, enableOfficialBranding ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert waylandSupport -> gtk3Support == true;
|
assert waylandSupport -> gtk3Support == true;
|
||||||
|
@ -60,12 +60,16 @@
|
|||||||
, waylandSupport ? true
|
, waylandSupport ? true
|
||||||
, libxkbcommon, calendarSupport ? true
|
, libxkbcommon, calendarSupport ? true
|
||||||
|
|
||||||
, # If you want the resulting program to call itself "Thunderbird" instead
|
# As stated by Sylvestre Ledru (@sylvestre) on Nov 22, 2017 at
|
||||||
# of "Earlybird" or whatever, enable this option. However, those
|
# https://github.com/NixOS/nixpkgs/issues/31843#issuecomment-346372756 we
|
||||||
# binaries may not be distributed without permission from the
|
# have permission to use the official branding.
|
||||||
# Mozilla Foundation, see
|
#
|
||||||
# http://www.mozilla.org/foundation/trademarks/.
|
# For purposes of documentation the statement of @sylvestre:
|
||||||
enableOfficialBranding ? false
|
# > As the person who did part of the work described in the LWN article
|
||||||
|
# > and release manager working for Mozilla, I can confirm the statement
|
||||||
|
# > that I made in
|
||||||
|
# > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006
|
||||||
|
, enableOfficialBranding ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert waylandSupport -> gtk3Support == true;
|
assert waylandSupport -> gtk3Support == true;
|
||||||
|
Loading…
Reference in New Issue
Block a user