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:
parent
d08162e851
commit
951509a87b
|
@ -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`.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue