* Mutt does not expect an argument named perl.
svn path=/nixpkgs/trunk/; revision=19121
This commit is contained in:
parent
c066f11f80
commit
c185c06243
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue