about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2018-03-19 19:35:46 +0100
committerTor Hedin Brønner <torhedinbronner@gmail.com>2018-03-19 19:35:46 +0100
commitd97416198a035ed983e8195bca0493f6eee3f8ae (patch)
treebe9e12d54cd91bdbce24171905558467c67fbc28 /pkgs/applications/networking/mailreaders/notmuch
parent242abf396f978d76b0c6de034681f30f2498a8c2 (diff)
downloadnixlib-d97416198a035ed983e8195bca0493f6eee3f8ae.tar
nixlib-d97416198a035ed983e8195bca0493f6eee3f8ae.tar.gz
nixlib-d97416198a035ed983e8195bca0493f6eee3f8ae.tar.bz2
nixlib-d97416198a035ed983e8195bca0493f6eee3f8ae.tar.lz
nixlib-d97416198a035ed983e8195bca0493f6eee3f8ae.tar.xz
nixlib-d97416198a035ed983e8195bca0493f6eee3f8ae.tar.zst
nixlib-d97416198a035ed983e8195bca0493f6eee3f8ae.zip
notmuch: fix /bin/sh impurity in ./configure
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index a3de728ce415..d5572b16529c 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -40,6 +40,8 @@ stdenv.mkDerivation rec {
   ++ optionals (!stdenv.isDarwin) [ gdb man ]; # test dependencies
 
   postPatch = ''
+    patchShebangs configure
+
     find test/ -type f -exec \
       sed -i \
         -e "1s|#!/usr/bin/env bash|#!${bash}/bin/bash|" \