libreoffice-*: inherits meta.

This ensures the package listing shows the expected informations.
This commit is contained in:
Samuel Dionne-Riel 2018-11-09 13:52:26 -05:00
parent 6141939d6e
commit 4a58f744f1

View File

@ -13,4 +13,7 @@ in
for i in $(ls "${libreoffice}/bin/"); do
test "$i" = "soffice" || ln -s soffice "$out/bin/$(basename "$i")"
done
'') // { inherit libreoffice dbus; }
'') // {
inherit libreoffice dbus;
meta = libreoffice.meta;
}