about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lwd
diff options
context:
space:
mode:
authorSigmanificient <edhyjox@gmail.com>2024-05-20 05:17:03 +0200
committerSigmanificient <edhyjox@gmail.com>2024-05-20 05:20:23 +0200
commita2353716f6adc0ec2616492f9e8f6e4f36fa40c9 (patch)
treefe464dc5a93ae20d93b8d8c977c2649e219b7253 /pkgs/development/ocaml-modules/lwd
parent8762fc04eb6c91b4e08ef89a89ad1144e28196f1 (diff)
treewide: remove unused occurence of fetchurl argument
Diffstat (limited to 'pkgs/development/ocaml-modules/lwd')
-rw-r--r--pkgs/development/ocaml-modules/lwd/nottui-lwt.nix2
-rw-r--r--pkgs/development/ocaml-modules/lwd/nottui-pretty.nix2
-rw-r--r--pkgs/development/ocaml-modules/lwd/nottui.nix2
-rw-r--r--pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix b/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix
index 84df8db4ea374..09a4a8ba228eb 100644
--- a/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix
+++ b/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/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix b/pkgs/development/ocaml-modules/lwd/nottui-pretty.nix
index e411255c58c41..9a0267379dc2b 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";
diff --git a/pkgs/development/ocaml-modules/lwd/nottui.nix b/pkgs/development/ocaml-modules/lwd/nottui.nix
index 6427ca9630c46..bffab13a5e1d0 100644
--- a/pkgs/development/ocaml-modules/lwd/nottui.nix
+++ b/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/pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix b/pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix
index 0aad68fa5a0b0..f391eba7d6226 100644
--- a/pkgs/development/ocaml-modules/lwd/tyxml-lwd.nix
+++ b/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";