mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
thunderbird: fix update script (#133744)
#130116 broke hydra eval by calling a non-existing file as updateScript
This commit is contained in:
parent
38819cd2f2
commit
acc802ec9a
@ -0,0 +1,7 @@
|
||||
{ callPackage
|
||||
, ...
|
||||
}@args:
|
||||
|
||||
callPackage ../../browsers/firefox/update.nix ({
|
||||
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
|
||||
} // (builtins.removeAttrs args ["callPackage"]))
|
Loading…
Reference in New Issue
Block a user