Merge pull request #274477 from phaer/playwright-cacert
playwright-driver: fix browser download on darwin
This commit is contained in:
commit
ef9561119e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user