thunderbird: pass gnupg to passthru.updateScript

this fixes the tarball job

(cherry picked from commit 4e6e9adcd4746534b2cb / PR #127504)
This commit is contained in:
ajs124 2021-06-19 23:40:47 +02:00 committed by Vladimír Čunát
parent 1bdbbeb81b
commit f56b207e75
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -335,7 +335,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" ];