chromium: Fix build
Since https://github.com/NixOS/nixpkgs/pull/60499, the unwrapped chromium already contains the applications directory.
This commit is contained in:
parent
7e3dc85252
commit
99b68ffbb0
@ -106,7 +106,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
ln -s "$out/bin/chromium" "$out/bin/chromium-browser"
|
||||
|
||||
mkdir -p "$out/share/applications"
|
||||
mkdir -p "$out/share"
|
||||
for f in '${chromium.browser}'/share/*; do # hello emacs */
|
||||
ln -s -t "$out/share/" "$f"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user