Skip to content

Commit

Permalink
thunderbird-bin: fix updateScript evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Feb 28, 2019
1 parent 1a7c2b3 commit ca8fd54
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -41,6 +41,7 @@
, gnused
, gnugrep
, gnupg
, runtimeShell
}:

# imports `version` and `sources`
Expand Down Expand Up @@ -159,7 +160,7 @@ stdenv.mkDerivation {
'';

passthru.updateScript = import ./../../browsers/firefox-bin/update.nix {
inherit name stdenv writeScript xidel coreutils gnused gnugrep curl gnupg;
inherit name stdenv writeScript xidel coreutils gnused gnugrep curl gnupg runtimeShell;
baseName = "thunderbird";
channel = "release";
basePath = "pkgs/applications/networking/mailreaders/thunderbird-bin";
Expand Down

0 comments on commit ca8fd54

Please sign in to comment.