forked from mirrors/nixpkgs
dropbox: install icons
This commit is contained in:
parent
feec95b437
commit
6d52aa7e59
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue