thunderbird: fix update script (#133744)

#130116 broke hydra eval by calling a non-existing file as updateScript
launchpad/nixpkgs/master
Yuka 3 years ago committed by GitHub
parent 38819cd2f2
commit acc802ec9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/applications/networking/mailreaders/thunderbird/update.nix

@ -0,0 +1,7 @@
{ callPackage
, ...
}@args:
callPackage ../../browsers/firefox/update.nix ({
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
} // (builtins.removeAttrs args ["callPackage"]))
Loading…
Cancel
Save