about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/lwd
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/ocaml-modules/lwd')
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix2
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix4
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/lwd/nottui.nix2
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix2
4 files changed, 5 insertions, 5 deletions
diff --git a/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix b/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix
index 84df8db4ea37..09a4a8ba228e 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix
+++ b/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix
@@ -1,4 +1,4 @@
-{ lib, fetchurl, buildDunePackage, lwd, lwt, nottui }:
+{ lib, buildDunePackage, lwd, lwt, nottui }:
 
 buildDunePackage {
   pname = "nottui-lwt";
diff --git a/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix b/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix
index e411255c58c4..ac9b18ff3b4f 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix
+++ b/nixpkgs/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";
diff --git a/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui.nix b/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui.nix
index 6427ca9630c4..bffab13a5e1d 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui.nix
+++ b/nixpkgs/pkgs/development/ocaml-modules/lwd/nottui.nix
@@ -1,4 +1,4 @@
-{ lib, fetchurl, buildDunePackage, lwd, notty }:
+{ lib, buildDunePackage, lwd, notty }:
 
 buildDunePackage {
   pname = "nottui";
diff --git a/nixpkgs/pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix b/nixpkgs/pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix
index 0aad68fa5a0b..f391eba7d622 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix
+++ b/nixpkgs/pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix
@@ -1,4 +1,4 @@
-{ lib, fetchurl, fetchpatch, buildDunePackage, js_of_ocaml, js_of_ocaml-ppx, lwd, tyxml }:
+{ lib, fetchpatch, buildDunePackage, js_of_ocaml, js_of_ocaml-ppx, lwd, tyxml }:
 
 buildDunePackage {
   pname = "tyxml-lwd";