Unverified Commit 97d52aeb authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

lichess-bot: remove substituteInPlace (#483512)

parents 7caf0486 6230a09d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -32,11 +32,6 @@ python3Packages.buildPythonApplication {
  installPhase = ''
    runHook preInstall

    substituteInPlace "lib/lichess_bot.py" \
      --replace 'open("lib/versioning.yml")' \
                'open("'$out'/share/lichess-bot/lib/versioning.yml")'


    mkdir -p "$out"/{bin,share/lichess-bot}
    cp -R . $out/share/lichess-bot