Merge pull request #274477 from phaer/playwright-cacert

playwright-driver: fix browser download on darwin
This commit is contained in:
Weijia Wang 2023-12-18 08:10:32 +01:00 committed by GitHub
commit ef9561119e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
, makeWrapper
, runCommand
, unzip
, cacert
}:
let
inherit (stdenv.hostPlatform) system;
@ -86,6 +87,10 @@ let
dontUnpack = true;
nativeBuildInputs = [
cacert
];
installPhase = ''
runHook preInstall