chromium: Fix build

Since https://github.com/NixOS/nixpkgs/pull/60499, the unwrapped
chromium already contains the applications directory.
This commit is contained in:
Silvan Mosberger 2019-05-28 02:32:18 +02:00
parent 7e3dc85252
commit 99b68ffbb0
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -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