Merge pull request #106740 from doronbehar/pkg/mailspring
mailspring: Disable trackerSupport for it's gtk3
This commit is contained in:
commit
ba4b4aea56
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue