Use ${stdenv.shell} instead of hardcoded /bin/sh
This commit is contained in:
parent
87c93fb8ee
commit
bdc99c82f0
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
substituteInPlace ./autogen.sh --replace "/usr/bin/env sh" "/bin/sh"
|
||||
substituteInPlace ./autogen.sh --replace "/usr/bin/env sh" "${stdenv.shell}"
|
||||
./autogen.sh --prefix $out
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user