gnu: blender: Enable boolean operations on meshes.

* gnu/packages/graphics.scm (blender)[inputs]: Add gmp.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
raingloom 2022-03-06 06:31:34 +01:00 committed by Guillaume Le Vaillant
parent 93bba8af87
commit 1217b02f45
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -496,6 +496,7 @@ (define-public blender
("libtiff" ,libtiff)
("ffmpeg" ,ffmpeg)
("fftw" ,fftw)
("gmp" ,gmp) ;; needed for boolean operations on meshes
("jack" ,jack-1)
("libsndfile" ,libsndfile)
("freetype" ,freetype)