me
/
guix
Archived
1
0
Fork 0

gnu: blender: Enable boolean operations on meshes.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ typically encountered in feature film production.")
("libtiff" ,libtiff)
("ffmpeg" ,ffmpeg)
("fftw" ,fftw)
("gmp" ,gmp) ;; needed for boolean operations on meshes
("jack" ,jack-1)
("libsndfile" ,libsndfile)
("freetype" ,freetype)