forked from mirrors/nixpkgs
freeoffice: missing 96x96 application icons in freeoffice 973
This commit is contained in:
parent
8549294bd1
commit
cc993f01ac
|
@ -96,6 +96,10 @@ in stdenv.mkDerivation rec {
|
|||
done
|
||||
done
|
||||
|
||||
# freeoffice 973 misses the 96x96 application icons, giving broken symbolic links
|
||||
# remove broken symbolic links
|
||||
find $out -xtype l -ls -exec rm {} \;
|
||||
|
||||
# Add desktop items
|
||||
${desktopItems.planmaker.buildCommand}
|
||||
${desktopItems.presentations.buildCommand}
|
||||
|
|
Loading…
Reference in a new issue