lyx: pin to Qt 5.7

Build fails with Qt 5.8 due to an ambiguous overloaded member function.
This commit is contained in:
Thomas Tuegel
2017-03-01 09:36:37 -06:00
parent c93c57b8ac
commit 46ba7cf94a

View File

@@ -14320,7 +14320,7 @@ with pkgs;
lynx = callPackage ../applications/networking/browsers/lynx { };
lyx = libsForQt5.callPackage ../applications/misc/lyx { };
lyx = libsForQt57.callPackage ../applications/misc/lyx { };
mail-notification = callPackage ../desktops/gnome-2/desktop/mail-notification {};