gnu: inkscape: Use libgc 7.2.

* gnu/packages/inkscape.scm (inkscape): Use LIBGC-7.2 instead of LIBGC.
This commit is contained in:
Ludovic Courtès 2014-04-03 20:47:43 +02:00
parent bb184d9884
commit ef0383eeca
1 changed files with 5 additions and 1 deletions

View File

@ -61,7 +61,11 @@
("libpng" ,libpng)
("libxml2" ,libxml2)
("libxslt" ,libxslt)
("libgc" ,libgc)
;; With libgc 7.4, compilation fails with:
;; gc.cpp:123:1: error: invalid conversion from 'int (*)(void**, const void*)' to 'int (*)(void**, void*)'
("libgc" ,libgc-7.2)
("freetype" ,freetype)
("popt" ,popt)
("python" ,python-2)