Merge pull request #33864 from adisbladis/mendeley-qt59

mendeley: Re-link with qt 5.9
This commit is contained in:
adisbladis 2018-01-15 09:30:52 +08:00 committed by GitHub
commit 554104e6b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15973,7 +15973,7 @@ with pkgs;
mcomix = callPackage ../applications/graphics/mcomix { };
mendeley = libsForQt56.callPackage ../applications/office/mendeley {
mendeley = libsForQt5.callPackage ../applications/office/mendeley {
gconf = pkgs.gnome2.GConf;
};