chromium: avoid references to original version
When enableWideVine is true, then there is a second layer so we need to avoid creating symlinks to the original derivation.
This commit is contained in:
@@ -204,7 +204,7 @@ stdenv.mkDerivation {
|
||||
ln -s "$out/bin/chromium" "$out/bin/chromium-browser"
|
||||
|
||||
mkdir -p "$out/share"
|
||||
for f in '${chromium.browser}'/share/*; do
|
||||
for f in '${chromiumWV}'/share/*; do
|
||||
ln -s -t "$out/share/" "$f"
|
||||
done
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user