Unverified Commit dad644b5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.playwright: fix cli path (#339866)

parents e11cc284 0f740aaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ buildPythonPackage rec {
    # Set the correct driver path with the help of a patch in patches
    substituteInPlace playwright/_impl/_driver.py \
      --replace-fail "@node@" "${lib.getExe nodejs}" \
      --replace-fail "@driver@" "${driver}/package/cli.js"
      --replace-fail "@driver@" "${driver}/cli.js"
  '';

  nativeBuildInputs = [