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
commit 2774d11eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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