Skip to content

Commit

Permalink
clementine: fix broken symlink (NixOS#82689)
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed Mar 15, 2020
1 parent 12eef00 commit d6f1d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/clementine/default.nix
Expand Up @@ -125,7 +125,7 @@ let
mkdir -p $out/share
for dir in applications icons kde4; do
ln -s "$free/share/$dir" "$out/share/$dir"
ln -s "${free}/share/$dir" "$out/share/$dir"
done
'';
enableParallelBuilding = true;
Expand Down

0 comments on commit d6f1d56

Please sign in to comment.