lol

Revert "meson: expose python3 in passthru"

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

This reverts commit 38f48cfc4f060ddfd4c03187ed3f75b702a114c3.

-4
-4
pkgs/development/tools/build-managers/meson/default.nix
··· 103 103 installShellCompletion --bash data/shell-completions/bash/meson 104 104 ''; 105 105 106 - passthru = { 107 - inherit python3; 108 - }; 109 - 110 106 meta = with lib; { 111 107 homepage = "https://mesonbuild.com"; 112 108 description = "An open source, fast and friendly build system made in Python";