libreoffice: install the unopkg extension management tool
This commit is contained in:
parent
dd641f7f8b
commit
7bee906a5b
|
@ -258,7 +258,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
mkdir -p "$out/share/gsettings-schemas/collected-for-libreoffice/glib-2.0/schemas/"
|
mkdir -p "$out/share/gsettings-schemas/collected-for-libreoffice/glib-2.0/schemas/"
|
||||||
|
|
||||||
for a in sbase scalc sdraw smath swriter simpress soffice; do
|
for a in sbase scalc sdraw smath swriter simpress soffice unopkg; do
|
||||||
ln -s $out/lib/libreoffice/program/$a $out/bin/$a
|
ln -s $out/lib/libreoffice/program/$a $out/bin/$a
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue