mailutils: fix for sendmail path

This commit is contained in:
Nathan Bijnens
2014-08-15 21:16:33 +02:00
parent 610f31fe92
commit 23da6f9ca4
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, gettext, gdbm, libtool, pam, readline
, ncurses, gnutls, mysql, guile, texinfo, gnum4, dejagnu }:
, ncurses, gnutls, mysql, guile, texinfo, gnum4, dejagnu, sendmailPath ? "/var/setuid-wrappers/sendmail" }:
/* TODO: Add GNU SASL, GNU GSSAPI, and FreeBidi. */
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
patches = [ ./path-to-cat.patch ./no-gets.patch ];
configureFlags = "--with-path-sendmail=${sendmailPath}";
buildInputs =
[ gettext gdbm libtool pam readline ncurses
gnutls mysql guile texinfo gnum4 ]