Skip to content

Commit

Permalink
dropbox-cli: include dropbox icon (#24368)
Browse files Browse the repository at this point in the history
  • Loading branch information
benley authored and the-kenny committed Mar 27, 2017
1 parent 75e74b5 commit 6c116b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/networking/dropbox-cli/default.nix
Expand Up @@ -18,6 +18,8 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p "$out/bin/" "$out/share/applications"
cp data/dropbox.desktop "$out/share/applications"
cp -a data/icons "$out/share/icons"
find "$out/share/icons" -type f \! -name '*.png' -delete
substitute "dropbox.in" "$out/bin/dropbox" \
--replace '@PACKAGE_VERSION@' ${version} \
--replace '@DESKTOP_FILE_DIR@' "$out/share/applications" \
Expand Down

0 comments on commit 6c116b8

Please sign in to comment.