libreoffice-*: inherits meta.
This ensures the package listing shows the expected informations.
This commit is contained in:
@@ -13,4 +13,7 @@ in
|
|||||||
for i in $(ls "${libreoffice}/bin/"); do
|
for i in $(ls "${libreoffice}/bin/"); do
|
||||||
test "$i" = "soffice" || ln -s soffice "$out/bin/$(basename "$i")"
|
test "$i" = "soffice" || ln -s soffice "$out/bin/$(basename "$i")"
|
||||||
done
|
done
|
||||||
'') // { inherit libreoffice dbus; }
|
'') // {
|
||||||
|
inherit libreoffice dbus;
|
||||||
|
meta = libreoffice.meta;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user