nixpkgs/pkgs/servers/code-server/playwright.patch

11 lines
388 B
Diff
Raw Normal View History

2021-10-31 00:19:46 +02:00
--- ./vendor/modules/code-oss-dev/node_modules/playwright/install.js
+++ ./vendor/modules/code-oss-dev/node_modules/playwright/install.js
2021-01-18 01:03:35 +01:00
@@ -14,6 +14,4 @@
* limitations under the License.
*/
-const { installBrowsersWithProgressBar } = require('./lib/install/installer');
-
2021-10-31 00:19:46 +02:00
-installBrowsersWithProgressBar();
2021-01-18 01:03:35 +01:00
+process.stdout.write('Browser install disabled by Nix build script\n');