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