mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +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"]))
|