mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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 @@ typically encountered in feature film production.")
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
|
("gmp" ,gmp) ;; needed for boolean operations on meshes
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("libsndfile" ,libsndfile)
|
("libsndfile" ,libsndfile)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
|
Loading…
Add table
Reference in a new issue