1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

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;
platforms = platforms.linux;
maintainers = [ maintainers.layus ];
long_description = ''
longDescription = ''
You will also need a working *tex installation in your PATH, containing at least `preview` and `pgf`.
'';
};