about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mirage-time/unix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/mirage-time/unix.nix')
-rw-r--r--pkgs/development/ocaml-modules/mirage-time/unix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-time/unix.nix b/pkgs/development/ocaml-modules/mirage-time/unix.nix
index 9678815edf050..5771a3e2deeac 100644
--- a/pkgs/development/ocaml-modules/mirage-time/unix.nix
+++ b/pkgs/development/ocaml-modules/mirage-time/unix.nix
@@ -1,4 +1,4 @@
-{ buildDunePackage, fetchurl, mirage-time, lwt, duration }:
+{ buildDunePackage, mirage-time, lwt, duration }:
 
 buildDunePackage {
   pname = "mirage-time-unix";