Unverified Commit f5911e40 authored by Andrew Marshall's avatar Andrew Marshall Committed by GitHub
Browse files

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.
parent 03cf0362
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";