about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lwd/nottui-lwt.nix
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/nottui-lwt.nix
parent8762fc04eb6c91b4e08ef89a89ad1144e28196f1 (diff)
treewide: remove unused occurence of fetchurl argument
Diffstat (limited to 'pkgs/development/ocaml-modules/lwd/nottui-lwt.nix')
-rw-r--r--pkgs/development/ocaml-modules/lwd/nottui-lwt.nix2
1 files changed, 1 insertions, 1 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";