Skip to content

Commit

Permalink
mailutils: fix for sendmail path
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-gs committed Aug 15, 2014
1 parent 610f31f commit 23da6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/maintainers.nix
Expand Up @@ -68,6 +68,7 @@
modulistic = "Pablo Costa <modulistic@gmail.com>";
mornfall = "Petr Ročkai <me@mornfall.net>";
msackman = "Matthew Sackman <matthew@wellquite.org>";
nathan-gs = "Nathan Bijnens <nathan@nathan.gs>";
notthemessiah = "Brian Cohen <brian.cohen.88@gmail.com>";
ocharles = "Oliver Charles <ollie@ocharles.org.uk>";
offline = "Jaka Hudoklin <jakahudoklin@gmail.com>";
Expand Down
4 changes: 3 additions & 1 deletion pkgs/tools/networking/mailutils/default.nix 100644 → 100755
@@ -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. */

Expand All @@ -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 ]
Expand Down

0 comments on commit 23da6f9

Please sign in to comment.