Commit Graph

14 Commits

Author SHA1 Message Date
Philip Taron
72c938e77a
playwright-driver: fix eval on Nix 2.3 2024-10-07 08:55:30 -07:00
Matthieu C.
174479d040 playwright-driver.browsers: expose raw fontconfig file 2024-09-28 22:35:28 +02:00
phaer
67b5c21b58 playwright: Use pre-built browsers, update them...
via update.sh. This lets us support playwright with browsers
other than chromium on linux. Building them from source would
be one step further.
2024-09-20 14:52:35 +02:00
R. Ryantm
5c59c2a2cb python312Packages.playwright: 1.46.0 -> 1.47.0 2024-09-14 00:13:43 +00:00
Konstantin Alekseev
4519015fd0 playwright: build from source
playwright-driver: 1.40.0 -> 1.46.0
python3Packages.playwright: 1.44.0 -> 1.46.0
2024-08-24 17:07:53 +03:00
Konstantin Alekseev
46da647378 playwright: apply nixfmt 2024-08-24 11:00:22 +03:00
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
phaer
bb74ebb72b playwright-driver: fix browser download on darwin
We are currently using an impure method to build a derivation for
playwrights browsers on darwin: We just call `playwright install`
during build-time. But this recently began to fail, with an error that
the azure certificate would be self-signed, while it was not. This is
presumably due to https://github.com/NixOS/nixpkgs/pull/257513
where we started to use the systems CA store for nodejs instead of
the bundled one, so we add cacert to fix it.

Maybe the whole impure method of downloading browsers on darwin
should be reconsidered in favor of following the same approach as
on Linux, but that would probably have the drawback that we'd loose
safari as one of the browsers.
2023-12-15 15:33:26 +01:00
phaer
207d3c4081 playwright: 1.38.0 -> 1.40.0 2023-11-28 16:29:04 +00:00
Fabian Affolter
4059c4f71b python311Packages.playwright: 1.37.0 -> 1.38.0 2023-09-23 11:51:05 +02:00
Piet de Vries
84b273f885
playwright: 1.34.3 > 1.37.0 2023-08-24 11:12:51 +02:00
Konstantin Alekseev
82f8be70cd playwright: 1.32.1 -> 1.34.3 2023-06-04 17:51:08 +03:00
Matthieu Coudron
6d9b879602
playwright-driver: init at 1.30.1 (#223382)
it was actually moved from
pkgs/development/python-modules/playwright/default.nix to its own
pkgs/development/web/playwright/driver.nix .

I am trying to package the typescript version of playwright and the
browsers are needed there, it's more convenient to split them away from the python module.

Careful playwright.browsers is not accessible anymore.

Apply suggestions from code review

Co-authored-by: Yannik Rödel <hey@yannik.info>
2023-04-18 23:18:03 +02:00