about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/default.nix')
-rw-r--r--overlays/patches/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index 88aa2ccf251c..87dce43a08ae 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -18,6 +18,7 @@ self: super: {
   python3 = self.callPackage ./python { python = super.python3; };
 
   thunderbird = self.callPackage ./thunderbird { inherit (super) thunderbird; };
+  thunderbird-68 = self.callPackage ./thunderbird { thunderbird = super.thunderbird-68; };
 
   tmux = self.callPackage ./tmux { inherit (super) tmux; };