freeoffice: missing 96x96 application icons in freeoffice 973
This commit is contained in:
@@ -96,6 +96,10 @@ in stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
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
|
# Add desktop items
|
||||||
${desktopItems.planmaker.buildCommand}
|
${desktopItems.planmaker.buildCommand}
|
||||||
${desktopItems.presentations.buildCommand}
|
${desktopItems.presentations.buildCommand}
|
||||||
|
|||||||
Reference in New Issue
Block a user