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:
parent
93bba8af87
commit
1217b02f45
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue