From 1217b02f4539e14cc904ada218d52ffb48cd8f76 Mon Sep 17 00:00:00 2001 From: raingloom Date: Sun, 6 Mar 2022 06:31:34 +0100 Subject: gnu: blender: Enable boolean operations on meshes. * gnu/packages/graphics.scm (blender)[inputs]: Add gmp. Signed-off-by: Guillaume Le Vaillant --- gnu/packages/graphics.scm | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3