Skip to content

Commit

Permalink
lyx: maintenance 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vcunat committed Jun 11, 2017
1 parent e19cdd3 commit 86da6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/lyx/default.nix
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 {};

Expand Down

0 comments on commit 86da6d4

Please sign in to comment.