about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/aerc/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-18 22:24:57 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-18 22:24:57 +0100
commitc8dfbb6e754d9a6f9d16d576f066cbdc2ff6da7f (patch)
tree596e2a972ad5ee0e324101ad03e174c990d794ee /pkgs/applications/networking/mailreaders/aerc/default.nix
parent2cd8ce7796c0eec5891bf57c1511a3f1a970cb58 (diff)
aerc: remove unused inputs
Diffstat (limited to 'pkgs/applications/networking/mailreaders/aerc/default.nix')
-rw-r--r--pkgs/applications/networking/mailreaders/aerc/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/aerc/default.nix b/pkgs/applications/networking/mailreaders/aerc/default.nix
index b43e6bb093c48..3124239b0d9a5 100644
--- a/pkgs/applications/networking/mailreaders/aerc/default.nix
+++ b/pkgs/applications/networking/mailreaders/aerc/default.nix
@@ -1,7 +1,6 @@
 { lib, buildGoModule, fetchurl
-, go, ncurses, notmuch, scdoc
-, python3, perl, w3m, dante
-, fetchFromGitHub
+, ncurses, notmuch, scdoc
+, python3, w3m, dante
 }:
 
 buildGoModule rec {