16 stdenv.mkDerivation rec {
21 url = "http://www.xm1math.net/texmaker/texmaker-${version}.tar.bz2";
22 hash = "sha256-l3zlgOJcGrbgvD2hA74LQ+v2C4zg0nJzEE/df1hhd/w=";
40 "DESKTOPDIR=${placeholder "out"}/share/applications"
41 "ICONDIR=${placeholder "out"}/share/pixmaps"
42 "METAINFODIR=${placeholder "out"}/share/metainfo"
46 description = "TeX and LaTeX editor";
48 This editor is a full fledged IDE for TeX and
49 LaTeX editing with completion, structure viewer, preview,
50 spell checking and support of any compilation chain.
52 homepage = "http://www.xm1math.net/texmaker/";
53 license = licenses.gpl2Plus;
54 platforms = platforms.linux;
55 maintainers = with maintainers; [
59 mainProgram = "texmaker";