Skip to content

Commit

Permalink
neomutt: Make it not reference .dev outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored and Ma27 committed Jun 19, 2020
1 parent b307674 commit 3b9a8f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/networking/mailreaders/neomutt/default.nix
Expand Up @@ -60,6 +60,9 @@ stdenv.mkDerivation rec {
"--sasl"
"--with-homespool=mailbox"
"--with-mailpath="
# To make it not reference .dev outputs. See:
# https://github.com/neomutt/neomutt/pull/2367
"--disable-include-path-in-cflags"
# Look in $PATH at runtime, instead of hardcoding /usr/bin/sendmail
"ac_cv_path_SENDMAIL=sendmail"
"--zlib"
Expand Down

0 comments on commit 3b9a8f5

Please sign in to comment.