thunderbird: pass gnupg to passthru.updateScript
this fixes the tarball job (cherry picked from commit 4e6e9adcd4746534b2cb / PR #127504)
This commit is contained in:
parent
1bdbbeb81b
commit
f56b207e75
@ -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…
x
Reference in New Issue
Block a user