Merge pull request #127504 from helsinki-systems/fix/tarball-job

thunderbird: pass gnupg to passthru.updateScript
This commit is contained in:
Bernardo Meurer
2021-06-19 16:00:28 -07:00
committed by GitHub
@@ -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" ];