qtikz: Fix typo in longDescription
This commit is contained in:
parent
d08162e851
commit
951509a87b
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.layus ];
|
maintainers = [ maintainers.layus ];
|
||||||
long_description = ''
|
longDescription = ''
|
||||||
You will also need a working *tex installation in your PATH, containing at least `preview` and `pgf`.
|
You will also need a working *tex installation in your PATH, containing at least `preview` and `pgf`.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user