diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-01-30 18:38:41 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-01-30 18:38:41 +0100 |
commit | a2a17c3fc62af3d1c5c03f3ca493d7e1dd46022a (patch) | |
tree | 1dbdf3c5d1ed6945320ff7c8f3237ac71eeec035 /gnu/packages | |
parent | ede4a81947f239a52282082bcbc25e6b7c90ced2 (diff) |
gnu: blender-2.79: Fix build.
* gnu/packages/graphics.scm (blender-2.79)[inputs]: Add pugixml.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 1 |
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/") |