thunderbird-bin: fix updateScript evaluation

This commit is contained in:
Robert Schütz 2019-02-28 07:59:38 +01:00
parent 1a7c2b3f54
commit ca8fd54463

View File

@ -41,6 +41,7 @@
, gnused
, gnugrep
, gnupg
, runtimeShell
}:
# imports `version` and `sources`
@ -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";