Skip to content

Commit d0fabf4

Browse files
authored
ungoogled-chromium: 133.0.6943.141-1 -> 134.0.6998.35-1 (NixOS#388443)
2 parents 2ffb116 + 375535e commit d0fabf4

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)