Revert "meson: expose python3 in passthru"

IMO Meson’s Python should not be exposed at all.

This reverts commit 38f48cfc4f.
This commit is contained in:
Jan Tojnar
2022-10-26 08:49:26 +02:00
parent c06a7086bf
commit 9629c0577a
@@ -103,10 +103,6 @@ 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";