texstudio: 2.9.4 -> 2.11.0
This commit is contained in:
parent
fbde3a7452
commit
ba0d3ce5f1
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "texstudio";
|
pname = "texstudio";
|
||||||
version = "2.9.4";
|
version = "2.11.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
altname="Texstudio";
|
altname="Texstudio";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/texstudio/${name}.tar.gz";
|
url = "mirror://sourceforge/texstudio/${name}.tar.gz";
|
||||||
sha256 = "1smmc4xqs8x8qzp6iqj2wr4xarfnxxxp6rq6chx1kb256w75jwfw";
|
sha256 = "170e6d68952251e8c64589b0d147cb7692005e135cc6fc14579c6fd593f54307";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt4 qmake4Hook poppler_qt4 zlib pkgconfig ];
|
buildInputs = [ qt4 qmake4Hook poppler_qt4 zlib pkgconfig ];
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "TeX and LaTeX editor";
|
description = "TeX and LaTeX editor";
|
||||||
longDescription=''
|
longDescription=''
|
||||||
Fork of TeXMaker, this editor is a full fledged IDE for
|
Fork of TeXMaker, this editor is a full fledged IDE for
|
||||||
LaTeX editing with completion, structure viewer, preview,
|
LaTeX editing with completion, structure viewer, preview,
|
||||||
spell checking and support of any compilation chain.
|
spell checking and support of any compilation chain.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user