mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: blender-2.79: Fix build.
* gnu/packages/graphics.scm (blender-2.79)[inputs]: Add pugixml.
This commit is contained in:
parent
ede4a81947
commit
a2a17c3fc6
1 changed files with 1 additions and 0 deletions
|
@ -637,6 +637,7 @@ (define-public blender-2.79
|
|||
("freetype" ,freetype)
|
||||
("glew" ,glew)
|
||||
("openal" ,openal)
|
||||
("pugixml" ,pugixml)
|
||||
("python" ,python)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://blender.org/")
|
||||
|
|
Loading…
Reference in a new issue