Merge pull request #37383 from hedning/notmuch-fix-/bin/sh
notmuch: fix /bin/sh impurity in ./configure
This commit is contained in:
commit
c472940c8b
|
@ -40,6 +40,8 @@ stdenv.mkDerivation rec {
|
||||||
++ optionals (!stdenv.isDarwin) [ gdb man ]; # test dependencies
|
++ optionals (!stdenv.isDarwin) [ gdb man ]; # test dependencies
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
patchShebangs configure
|
||||||
|
|
||||||
find test/ -type f -exec \
|
find test/ -type f -exec \
|
||||||
sed -i \
|
sed -i \
|
||||||
-e "1s|#!/usr/bin/env bash|#!${bash}/bin/bash|" \
|
-e "1s|#!/usr/bin/env bash|#!${bash}/bin/bash|" \
|
||||||
|
|
Loading…
Reference in New Issue