betterbird: inherit from correct thunderbird

This commit is contained in:
Sandro Jäckel 2023-07-14 21:27:43 +02:00
parent 0cbf2bc9ad
commit 2a9010bfb4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -6,10 +6,12 @@
, git
, libdbusmenu-gtk3
, runtimeShell
, thunderbird-unwrapped
, thunderbirdPackages
}:
let
thunderbird-unwrapped = thunderbirdPackages.thunderbird-102;
version = "102.12.0";
majVer = lib.versions.major version;