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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index eb1626c48499..88aa2ccf251c 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -17,6 +17,8 @@ self: super: {
 
   python3 = self.callPackage ./python { python = super.python3; };
 
+  thunderbird = self.callPackage ./thunderbird { inherit (super) thunderbird; };
+
   tmux = self.callPackage ./tmux { inherit (super) tmux; };
 
   waylandPkgs = self.extend (import ./nixpkgs-wayland);