notmuch: fix /bin/sh impurity in ./configure

This commit is contained in:
Tor Hedin Brønner 2018-03-19 19:35:46 +01:00
parent 242abf396f
commit d97416198a

@ -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|" \