mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 23:54:01 +00:00
8 lines
196 B
Nix
8 lines
196 B
Nix
|
{ callPackage
|
||
|
, ...
|
||
|
}@args:
|
||
|
|
||
|
callPackage ../../browsers/firefox/update.nix ({
|
||
|
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
|
||
|
} // (builtins.removeAttrs args ["callPackage"]))
|