guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: blender: Enable boolean operations on meshes.


From: guix-commits
Subject: 01/02: gnu: blender: Enable boolean operations on meshes.
Date: Tue, 8 Mar 2022 08:49:57 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 1217b02f4539e14cc904ada218d52ffb48cd8f76
Author: raingloom <raingloom@riseup.net>
AuthorDate: Sun Mar 6 06:31:34 2022 +0100

    gnu: blender: Enable boolean operations on meshes.
    
    * gnu/packages/graphics.scm (blender)[inputs]: Add gmp.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]