Commit b4728c47 authored by Luke Granger-Brown's avatar Luke Granger-Brown
Browse files

yubioath-flutter: substituteInPlace replace to replace-fail

parent f43811ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''