Skip to content

Commit

Permalink
Merge pull request #24851 from laMudri/thunderbird-calendar
Browse files Browse the repository at this point in the history
thunderbird: add option to enable calendar
  • Loading branch information
edolstra committed Apr 12, 2017
2 parents ce4c9c4 + f94e0a0 commit 75f1a55
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, autoconf213, which, m4
, writeScript, xidel, common-updater-scripts, coreutils, gnused, gnugrep, curl
, enableGTK3 ? false, gtk3, wrapGAppsHook
, enableCalendar ? true
, debugBuild ? false
, # If you want the resulting program to call itself "Thunderbird" instead
# of "Earlybird" or whatever, enable this option. However, those
Expand Down Expand Up @@ -77,6 +78,7 @@ stdenv.mkDerivation rec {
"--disable-gconf"
"--enable-default-toolkit=cairo-gtk${if enableGTK3 then "3" else "2"}"
]
++ lib.optional enableCalendar "--enable-calendar"
++ (if debugBuild then [ "--enable-debug" "--enable-profiling"]
else [ "--disable-debug" "--enable-release"
"--disable-debug-symbols"
Expand Down

0 comments on commit 75f1a55

Please sign in to comment.