diff --git a/bypy/sources.json b/bypy/sources.json index 2b1b021280..588e504ed9 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -435,6 +435,7 @@ { "name": "ninja", + "comment": "Needed for Qt", "os": "macos,windows", "unix": { "filename": "ninja-src.tar.gz", @@ -443,6 +444,17 @@ } }, + { + "name": "nodejs", + "comment": "Needed for Qt WebEngine", + "os": "macos,windows", + "unix": { + "filename": "nodejs-src.tar.gz", + "hash": "sha256:394991ab9c259a68b0a72735d2fcee957a9c78138bf8d9e02cf8c04f6be5c673", + "urls": ["https://github.com/nodejs/node/archive/refs/tags/v12.22.8.tar.gz"] + } + }, + { "name": "qt-base", "version": "6.2.2",