diff options
| author | ajs124 <git@ajs124.de> | 2021-06-19 23:40:47 +0200 |
|---|---|---|
| committer | Vladimír Čunát <v@cunat.cz> | 2021-06-20 08:44:37 +0200 |
| commit | 0787d3d0ebc9673af58c2d92a982b259efc7025f (patch) | |
| tree | 7bd963177e1c152bbcdad6f155c98b0920a6d3e5 | |
| parent | firefox/update.nix: Use fingerprint instead of keyid (diff) | |
| download | nixpkgs-0787d3d0ebc9673af58c2d92a982b259efc7025f.tar.gz | |
thunderbird: pass gnupg to passthru.updateScript
(cherry picked from commit 4e6e9adcd4746534b2cb / PR #127504)
| -rw-r--r-- | pkgs/applications/networking/mailreaders/thunderbird/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix index e7f8994da9f6..a0174673ca24 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix @@ -331,7 +331,7 @@ stdenv.mkDerivation rec { attrPath = "thunderbird-78"; baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/"; inherit writeScript lib common-updater-scripts xidel coreutils gnused - gnugrep curl runtimeShell; + gnugrep gnupg curl runtimeShell; }; requiredSystemFeatures = [ "big-parallel" ]; |
