(name . Guix Patches)(address . guix-patches@gnu.org)
From f3a5ab5d5ef3ed0cee388f35ebc2da5947d967bd Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Sun, 6 Mar 2022 06:31:34 +0100
Subject: [PATCH] gnu: blender: Enable boolean operations on meshes.
* gnu/packages/graphics.scm (blender): Add optional gmp dependency.
[inputs]: Add gmp.
---
gnu/packages/graphics.scm | 1 +
1 file changed, 1 insertion(+)
Toggle diff (14 lines)
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 @@ (define-public blender
("libtiff" ,libtiff)
("ffmpeg" ,ffmpeg)
("fftw" ,fftw)
+ ("gmp" ,gmp) ;; needed for boolean operations on meshes
("jack" ,jack-1)
("libsndfile" ,libsndfile)
("freetype" ,freetype)
--
2.34.0