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
commit ba4b4aea56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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