crocoddyl: update substituteInPlace use

This commit is contained in:
Guilhem Saurel 2024-09-18 11:52:42 +02:00
parent a8dfcd8732
commit f25bd60c8a

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
substituteInPlace \ substituteInPlace \
examples/CMakeLists.txt \ examples/CMakeLists.txt \
examples/log/check_logfiles.sh \ examples/log/check_logfiles.sh \
--replace /bin/bash ${stdenv.shell} --replace-fail /bin/bash ${stdenv.shell}
''; '';
doCheck = true; doCheck = true;