yubioath-flutter: substituteInPlace replace to replace-fail

This commit is contained in:
Luke Granger-Brown 2024-02-25 22:47:02 +00:00
parent f43811ab19
commit b4728c4718

View file

@ -33,7 +33,7 @@ flutter.buildFlutterApplication rec {
rm -f pubspec.lock
substituteInPlace linux/CMakeLists.txt \
--replace "../build/linux/helper" "${passthru.helper}/libexec/helper"
--replace-fail "../build/linux/helper" "${passthru.helper}/libexec/helper"
'';
preInstall = ''