meson: expose python3 in passthru

This commit is contained in:
Robert Scott 2022-09-17 00:13:19 +01:00
parent 9921c621ed
commit 38f48cfc4f

View file

@ -103,6 +103,10 @@ python3.pkgs.buildPythonApplication rec {
installShellCompletion --bash data/shell-completions/bash/meson
'';
passthru = {
inherit python3;
};
meta = with lib; {
homepage = "https://mesonbuild.com";
description = "An open source, fast and friendly build system made in Python";