Skip to content

Commit

Permalink
notmuch: fix /bin/sh impurity in ./configure
Browse files Browse the repository at this point in the history
  • Loading branch information
hedning committed Mar 19, 2018
1 parent 242abf3 commit d974161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/networking/mailreaders/notmuch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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|" \
Expand Down

0 comments on commit d974161

Please sign in to comment.