Skip to content

Commit

Permalink
chromium: Fix build
Browse files Browse the repository at this point in the history
Since NixOS#60499, the unwrapped
chromium already contains the applications directory.
  • Loading branch information
infinisil committed May 28, 2019
1 parent 7e3dc85 commit 99b68ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/chromium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99b68ff

Please sign in to comment.