treewide: fixup evaluation of updater scripts
... broken by f3282c8 #63177. Discovered by the tarball job:
https://hydra.nixos.org/build/94927223
This commit is contained in:
@@ -160,7 +160,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
passthru.updateScript = import ./../../browsers/firefox-bin/update.nix {
|
||||
inherit name stdenv writeScript xidel coreutils gnused gnugrep curl gnupg runtimeShell;
|
||||
inherit name writeScript xidel coreutils gnused gnugrep curl gnupg runtimeShell;
|
||||
baseName = "thunderbird";
|
||||
channel = "release";
|
||||
basePath = "pkgs/applications/networking/mailreaders/thunderbird-bin";
|
||||
|
||||
Reference in New Issue
Block a user