thunderbird: pass gnupg to passthru.updateScript
this fixes the tarball job
This commit is contained in:
parent
24413a5d3a
commit
4e6e9adcd4
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue