yubioath-flutter: substituteInPlace replace to replace-fail
This commit is contained in:
parent
f43811ab19
commit
b4728c4718
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ flutter.buildFlutterApplication rec {
|
||||||
rm -f pubspec.lock
|
rm -f pubspec.lock
|
||||||
|
|
||||||
substituteInPlace linux/CMakeLists.txt \
|
substituteInPlace linux/CMakeLists.txt \
|
||||||
--replace "../build/linux/helper" "${passthru.helper}/libexec/helper"
|
--replace-fail "../build/linux/helper" "${passthru.helper}/libexec/helper"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue