We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ffb116 + 375535e commit d0fabf4Copy full SHA for d0fabf4
pkgs/applications/networking/browsers/chromium/common.nix
@@ -623,7 +623,7 @@ let
623
''
624
+ ''
625
# Link to our own Node.js and Java (required during the build):
626
- mkdir -p third_party/node/linux/node-linux-x64/bin
+ mkdir -p third_party/node/linux/node-linux-x64/bin${lib.optionalString ungoogled " third_party/jdk/current/bin/"}
627
ln -sf "${pkgsBuildHost.nodejs}/bin/node" third_party/node/linux/node-linux-x64/bin/node
628
ln -s "${pkgsBuildHost.jdk17_headless}/bin/java" third_party/jdk/current/bin/
629
0 commit comments