~ruther/guix-local

ef0383eeca188f244e92a1e1b72dac9da65c25b9 — Ludovic Courtès 12 years ago bb184d9
gnu: inkscape: Use libgc 7.2.

* gnu/packages/inkscape.scm (inkscape): Use LIBGC-7.2 instead of LIBGC.
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/inkscape.scm
M gnu/packages/inkscape.scm => gnu/packages/inkscape.scm +5 -1
@@ 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)