libreoffice: install the unopkg extension management tool

This commit is contained in:
royneary 2019-05-05 12:26:09 +02:00
parent dd641f7f8b
commit 7bee906a5b

View File

@ -258,7 +258,7 @@ in stdenv.mkDerivation rec {
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
done