From 0f740aafd8bfc182be8ea0e90b4e52e36cada388 Mon Sep 17 00:00:00 2001 From: Konstantin Alekseev Date: Thu, 5 Sep 2024 21:01:55 +0300 Subject: [PATCH] python3Packages.playwright: fix cli path --- pkgs/development/python-modules/playwright/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/playwright/default.nix b/pkgs/development/python-modules/playwright/default.nix index 217e8d7cd292..1c215be9d897 100644 --- a/pkgs/development/python-modules/playwright/default.nix +++ b/pkgs/development/python-modules/playwright/default.nix @@ -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 = [