libreoffice-*: inherits meta.
This ensures the package listing shows the expected informations.
This commit is contained in:
parent
6141939d6e
commit
4a58f744f1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user