mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
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:
parent
03cf03621d
commit
f5911e4068
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue