From 9629c0577a7b050c7b53a18ca3582eaddf00e37c Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 25 Oct 2022 18:31:45 +0200 Subject: [PATCH] Revert "meson: expose python3 in passthru" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IMO Meson’s Python should not be exposed at all. This reverts commit 38f48cfc4f060ddfd4c03187ed3f75b702a114c3. --- pkgs/development/tools/build-managers/meson/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/tools/build-managers/meson/default.nix b/pkgs/development/tools/build-managers/meson/default.nix index 5107438fe91d..866fa303148a 100644 --- a/pkgs/development/tools/build-managers/meson/default.nix +++ b/pkgs/development/tools/build-managers/meson/default.nix @@ -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";