From a2a17c3fc62af3d1c5c03f3ca493d7e1dd46022a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 30 Jan 2021 18:38:41 +0100 Subject: 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(+) (limited to 'gnu/packages/graphics.scm') 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/") -- cgit v1.2.3