diff options
author | raingloom <raingloom@riseup.net> | 2022-03-06 06:31:34 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-03-08 14:35:22 +0100 |
commit | 1217b02f4539e14cc904ada218d52ffb48cd8f76 (patch) | |
tree | 9ab422f195028d63972f494212c019c20316c758 /gnu/packages | |
parent | 93bba8af8758f666dabbf84b32d021db9c52031f (diff) |
gnu: blender: Enable boolean operations on meshes.
* gnu/packages/graphics.scm (blender)[inputs]: Add gmp.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index f5152b0ba2..317687c701 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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) |