yazi: get correct position by inheriting meta attrs (#496304)

This commit is contained in:
Austin Horstman
2026-03-06 01:14:06 +00:00
committed by GitHub
+11 -1
View File
@@ -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 ];
}