Replace hard coded /bin/bash occurrences

This commit is contained in:
Markus Hauck
2016-10-01 11:17:30 +02:00
parent 58b6c84071
commit aafbd40577
10 changed files with 13 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
inherit sha256;
};
in
import ./bash-4.3-patches.nix patch)
import ./bash-4.3-patches.nix patch)
++ optional stdenv.isCygwin ./cygwin-bash-4.3.33-1.src.patch;
crossAttrs = {