mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #127504 from helsinki-systems/fix/tarball-job
thunderbird: pass gnupg to passthru.updateScript
This commit is contained in:
commit
2774d11eda
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