From 951509a87b9f545babd9da11507ecd341d08a6af Mon Sep 17 00:00:00 2001 From: Guillaume Maudoux Date: Thu, 6 Jun 2019 08:53:18 +0200 Subject: qtikz: Fix typo in longDescription --- pkgs/applications/graphics/ktikz/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/graphics/ktikz') diff --git a/pkgs/applications/graphics/ktikz/default.nix b/pkgs/applications/graphics/ktikz/default.nix index c524962d60db..b03d80ea63c6 100644 --- a/pkgs/applications/graphics/ktikz/default.nix +++ b/pkgs/applications/graphics/ktikz/default.nix @@ -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`. ''; }; -- cgit 1.4.1