Skip to content

Commit 3ea453f

Browse files
committedMar 11, 2025
electron-source: electron 35+ needs gn in PATH
1 parent 10e64ba commit 3ea453f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/development/tools/electron/common.nix

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
chromium,
5+
gn,
56
nodejs,
67
fetchYarnDeps,
78
fetchNpmDeps,
@@ -44,6 +45,7 @@ in
4445
];
4546

4647
nativeBuildInputs = base.nativeBuildInputs ++ [
48+
gn
4749
nodejs
4850
yarn
4951
fixup-yarn-lock

0 commit comments

Comments
 (0)
Failed to load comments.