summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/neomutt
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-06-08 16:59:31 +0300
committerMaximilian Bosch <maximilian@mbosch.me>2020-06-19 18:15:33 +0200
commit3b9a8f54260e20f8eb794aa70fb83d627450c666 (patch)
tree6a558acfeb3f624d38afe33113240135ab9eea43 /pkgs/applications/networking/mailreaders/neomutt
parentb307674e0296f5178a9075f8835c2acd6826193d (diff)
neomutt: Make it not reference .dev outputs.
Diffstat (limited to 'pkgs/applications/networking/mailreaders/neomutt')
-rw-r--r--pkgs/applications/networking/mailreaders/neomutt/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/neomutt/default.nix b/pkgs/applications/networking/mailreaders/neomutt/default.nix
index ad7b4debd3f2c..b821c830a97a1 100644
--- a/pkgs/applications/networking/mailreaders/neomutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/neomutt/default.nix
@@ -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"