yazi: get correct position by inheriting meta attrs (#496304)
This commit is contained in:
@@ -93,7 +93,17 @@ let
|
||||
in
|
||||
runCommand yazi-unwrapped.name
|
||||
{
|
||||
inherit (yazi-unwrapped) pname version meta;
|
||||
inherit (yazi-unwrapped) pname version;
|
||||
|
||||
meta = {
|
||||
inherit (yazi-unwrapped.meta)
|
||||
description
|
||||
homepage
|
||||
license
|
||||
maintainers
|
||||
mainProgram
|
||||
;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user