Merge pull request #127504 from helsinki-systems/fix/tarball-job
thunderbird: pass gnupg to passthru.updateScript
This commit is contained in:
commit
2774d11eda
@ -335,7 +335,7 @@ stdenv.mkDerivation rec {
|
|||||||
attrPath = "thunderbird-78";
|
attrPath = "thunderbird-78";
|
||||||
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
|
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
|
||||||
inherit writeScript lib common-updater-scripts xidel coreutils gnused
|
inherit writeScript lib common-updater-scripts xidel coreutils gnused
|
||||||
gnugrep curl runtimeShell;
|
gnugrep gnupg curl runtimeShell;
|
||||||
};
|
};
|
||||||
|
|
||||||
requiredSystemFeatures = [ "big-parallel" ];
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user