qtikz: Fix typo in longDescription

This commit is contained in:
Guillaume Maudoux 2019-06-06 08:53:18 +02:00
parent d08162e851
commit 951509a87b

View File

@ -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`.
''; '';
}; };