mailspring: Disable trackerSupport for it's gtk3

Fixes #106732 .
This commit is contained in:
Doron Behar 2020-12-12 14:19:43 +02:00
parent 7bb9e5053b
commit 4ed7341146

View File

@ -34,7 +34,9 @@ stdenv.mkDerivation rec {
alsaLib
db
glib
gtk3
# We don't know why with trackerSupport the executable fail to launch, See:
# https://github.com/NixOS/nixpkgs/issues/106732
(gtk3.override {trackerSupport = false; })
libkrb5
libsecret
nss