docker: fix cross compilation by using the stdenv shell
This commit is contained in:
committed by
Bjørn Forsman
parent
0be0e2cf21
commit
1091cfee32
@@ -86,7 +86,7 @@ rec {
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
substituteInPlace Makefile --replace-warn "/bin/bash" "${lib.getExe bash}"
|
||||
substituteInPlace Makefile --replace-warn "/bin/bash" "${stdenv.shell}"
|
||||
'';
|
||||
|
||||
# docker/runc already include these patches / are not applicable
|
||||
|
||||
Reference in New Issue
Block a user