yazi: add mainProgram in meta

This commit is contained in:
arthsmn
2023-12-17 19:20:35 +01:00
committed by Matthieu Coudron
parent 50a4a5871f
commit 5b16aafb00
@@ -74,5 +74,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sxyazi/yazi";
license = licenses.mit;
maintainers = with maintainers; [ xyenon matthiasbeyer ];
mainProgram = "yazi";
};
}