12 makeWrapper, # , mythes, boost
20 url = "ftp://ftp.lyx.org/pub/lyx/stable/2.4.x/${pname}-${version}.tar.xz";
21 hash = "sha256-HSscer45Hi+0kQneLI4Tp9/mBfJ99o9om/lH36/HpNk=";
24 # LaTeX is used from $PATH, as people often want to have it with extra pkgs
41 #"--without-included-boost"
43 Boost is a huge dependency from which 1.4 MB of libs would be used.
44 Using internal boost stuff only increases executable by around 0.2 MB.
46 #"--without-included-mythes" # such a small library isn't worth a separate package
49 enableParallelBuilding = true;
52 # python is run during runtime to do various tasks
53 qtWrapperArgs = [ " --prefix PATH : ${python3}/bin" ];
56 description = "WYSIWYM frontend for LaTeX, DocBook";
57 homepage = "http://www.lyx.org";
58 license = licenses.gpl2Plus;
59 maintainers = [ maintainers.vcunat ];
60 platforms = platforms.linux;