Merge pull request #106740 from doronbehar/pkg/mailspring

mailspring: Disable trackerSupport for it's gtk3
This commit is contained in:
Doron Behar
2020-12-29 23:27:34 +02:00
committed by GitHub

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