meson: expose python3 in passthru
This commit is contained in:
parent
9921c621ed
commit
38f48cfc4f
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue