This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a2a17c3 gnu: blender-2.79: Fix build.
a2a17c3 is described below
commit a2a17c3fc62af3d1c5c03f3ca493d7e1dd46022a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 30 18:38:41 2021 +0100
gnu: blender-2.79: Fix build.
* gnu/packages/graphics.scm (blender-2.79)[inputs]: Add pugixml.
---
gnu/packages/graphics.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 5ed2531..7cb4aec 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -637,6 +637,7 @@ application can be customized via its API for Python
scripting.")
("freetype" ,freetype)
("glew" ,glew)
("openal" ,openal)
+ ("pugixml" ,pugixml)
("python" ,python)
("zlib" ,zlib)))
(home-page "https://blender.org/")