dropbox: install icons

This commit is contained in:
Thomas Tuegel 2015-05-18 15:36:49 -05:00
parent feec95b437
commit 6d52aa7e59

View file

@ -115,6 +115,9 @@ in stdenv.mkDerivation {
mkdir -p "$out/bin"
makeWrapper "$out/${appdir}/dropbox" "$out/bin/dropbox" \
--prefix LD_LIBRARY_PATH : "${ldpath}"
mkdir -p "$out/share/icons"
ln -s "$out/${appdir}/images/hicolor" "$out/share/icons/hicolor"
'';
meta = {