about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/lwd/nottui-pretty.nix')
-rw-r--r--pkgs/development/ocaml-modules/lwd/nottui-pretty.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix b/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix
index e411255c58c41..ac9b18ff3b4f9 100644
--- a/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix
+++ b/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix
@@ -1,4 +1,4 @@
-{ lib, fetchurl, buildDunePackage, lwd, nottui }:
+{ lib, buildDunePackage, lwd, nottui }:
 
 buildDunePackage {
   pname = "nottui-pretty";
@@ -11,7 +11,7 @@ buildDunePackage {
   propagatedBuildInputs = [ nottui ];
 
   meta = with lib; {
-    description = "A pretty-printer based on PPrint rendering UIs";
+    description = "Pretty-printer based on PPrint rendering UIs";
     license = licenses.mit;
     maintainers = [ maintainers.alizter ];
     homepage = "https://github.com/let-def/lwd";