budgie-desktop-with-plugins: fix meta info
This fixes attributes such as `meta.position`
This commit is contained in:
@@ -48,5 +48,14 @@ stdenv.mkDerivation {
|
||||
)
|
||||
'';
|
||||
|
||||
inherit (budgie-desktop) meta;
|
||||
meta = {
|
||||
inherit (budgie-desktop.meta)
|
||||
description
|
||||
homepage
|
||||
changelog
|
||||
license
|
||||
maintainers
|
||||
platforms
|
||||
;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user