Skip to content

Commit 375535e

Browse files
1 parent b4c253e commit 375535e

File tree

2 files changed

+156
-161
lines changed

2 files changed

+156
-161
lines changed

pkgs/applications/networking/browsers/chromium/common.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ let
623623
''
624624
+ ''
625625
# Link to our own Node.js and Java (required during the build):
626-
mkdir -p third_party/node/linux/node-linux-x64/bin
626+
mkdir -p third_party/node/linux/node-linux-x64/bin${lib.optionalString ungoogled " third_party/jdk/current/bin/"}
627627
ln -sf "${pkgsBuildHost.nodejs}/bin/node" third_party/node/linux/node-linux-x64/bin/node
628628
ln -s "${pkgsBuildHost.jdk17_headless}/bin/java" third_party/jdk/current/bin/
629629

0 commit comments

Comments
 (0)