thunderbird: pass gnupg to passthru.updateScript

this fixes the tarball job
This commit is contained in:
ajs124 2021-06-19 23:40:47 +02:00
parent 24413a5d3a
commit 4e6e9adcd4

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" ];