diff options
Diffstat (limited to 'overlays/thunderbird.nix')
-rw-r--r-- | overlays/thunderbird.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/overlays/thunderbird.nix b/overlays/thunderbird.nix deleted file mode 100644 index 48ae2ccb..00000000 --- a/overlays/thunderbird.nix +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | { final, prev, ... }: { | ||
2 | thunderbird-unwrapped = prev.thunderbird-unwrapped.overrideAttrs (oldAttrs: { | ||
3 | patches = (oldAttrs.patches or []) | ||
4 | ++ prev.lib.optional (prev.lib.versionAtLeast oldAttrs.version "136") (prev.fetchpatch { | ||
5 | url = "https://hg.mozilla.org/comm-central/raw-rev/a82bd8fc0bc0"; | ||
6 | hash = "sha256-7t8IqxwcZJqXmOevpGof1mcrFKZvXtCcY2EOIsP47EY="; | ||
7 | stripLen = 1; | ||
8 | extraPrefix = "comm/"; | ||
9 | }); | ||
10 | }); | ||
11 | } | ||