Added second patch

This commit is contained in:
Luj 2023-10-11 15:36:20 +02:00
parent fb2fa14b75
commit e7843f8a24
2 changed files with 13 additions and 0 deletions

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ chromedriver ];
patches = [
./is_patched.patch
(substituteAll {
src = ./chromedriver_path.patch;
chromedriver_path = "${chromedriver}/bin/chromedriver";