summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/mutt.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/mutt.nix b/pkgs/applications/networking/mailreaders/notmuch/mutt.nix
index aefa965354e0..6d08ad724b27 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/mutt.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/mutt.nix
@@ -1,5 +1,4 @@
-{ stdenv, lib, fetchurl, perl, perlPackages, makeWrapper, coreutils
-, notmuch }:
+{ stdenv, lib, perl, perlPackages, makeWrapper, coreutils, notmuch }:
 
 stdenv.mkDerivation rec {
   name = "notmuch-mutt-${version}";