summaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-30 18:38:41 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-30 18:38:41 +0100
commita2a17c3fc62af3d1c5c03f3ca493d7e1dd46022a (patch)
tree1dbdf3c5d1ed6945320ff7c8f3237ac71eeec035 /gnu/packages/graphics.scm
parentede4a81947f239a52282082bcbc25e6b7c90ced2 (diff)
downloadguix-patches-a2a17c3fc62af3d1c5c03f3ca493d7e1dd46022a.tar
guix-patches-a2a17c3fc62af3d1c5c03f3ca493d7e1dd46022a.tar.gz
gnu: blender-2.79: Fix build.
* gnu/packages/graphics.scm (blender-2.79)[inputs]: Add pugixml.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r--gnu/packages/graphics.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 5ed2531402..7cb4aecec2 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/")