blender: Add Python to passthru for use in addon drvs (#230884)

Blender addons that have native extensions need to be built against the
same Python that Blender was built with. This makes it easier to write
such addon derivations.
This commit is contained in:
Andrew Marshall 2023-05-22 17:06:34 -04:00 committed by GitHub
parent 03cf03621d
commit f5911e4068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,8 @@ stdenv.mkDerivation rec {
done
'';
passthru = { inherit python; };
meta = with lib; {
description = "3D Creation/Animation/Publishing System";
homepage = "https://www.blender.org";