blender: add libharu as dependency

This allows to export Grease Pencil drawings as pdfs. For more
information, see:

https://wiki.blender.org/wiki/Reference/Release_Notes/2.93/Grease_Pencil

https://developer.blender.org/rBa8a92cd15a52
(cherry picked from commit d847851a3719ebc53c653250f808905d496aafc1)
This commit is contained in:
Daniel Nagy 2021-06-08 18:30:49 +02:00 committed by Dmitry Kalinkin
parent b3ec6fd959
commit 60cce7e5e1
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
, pugixml, llvmPackages, SDL, Cocoa, CoreGraphics, ForceFeedback, OpenAL, OpenGL
, potrace
, openxr-loader
, embree, gmp
, embree, gmp, libharu
}:
with lib;
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
gmp
pugixml
potrace
libharu
]
++ (if (!stdenv.isDarwin) then [
libXi libX11 libXext libXrender