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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user