* Mutt does not expect an argument named perl.

svn path=/nixpkgs/trunk/; revision=19121
This commit is contained in:
Eelco Dolstra 2009-12-25 19:16:47 +00:00
parent c066f11f80
commit c185c06243

View file

@ -7191,7 +7191,7 @@ let
};
mutt = import ../applications/networking/mailreaders/mutt {
inherit fetchurl stdenv ncurses which openssl gdbm perl;
inherit fetchurl stdenv ncurses which openssl gdbm;
};
msmtp = import ../applications/networking/msmtp {