lyx: maintenance 2.2.2 -> 2.2.3

In particular, they claim some fixes related to Qt-5.8,
so I switched back to using the default Qt (=5.8 ATM).

Tested just briefly.
This commit is contained in:
Vladimír Čunát 2017-06-11 17:08:58 +02:00
parent e19cdd3b34
commit 86da6d441f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@
}:
stdenv.mkDerivation rec {
version = "2.2.2";
version = "2.2.3";
name = "lyx-${version}";
src = fetchurl {
url = "ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${name}.tar.xz";
sha256 = "0s2mma8fkj5mi8qzc0j67589mbj854bypx2s3y59y1n429s3sp58";
sha256 = "0mrbr24xbdg25gd7w8g76gpmy0a10nrnz0mz47mdjwi441yfpjjg";
};
# LaTeX is used from $PATH, as people often want to have it with extra pkgs

View File

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