Skip to content
Snippets Groups Projects
Commit ef0383ee authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: inkscape: Use libgc 7.2.

* gnu/packages/inkscape.scm (inkscape): Use LIBGC-7.2 instead of LIBGC.
parent bb184d98
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,11 @@ (define-public inkscape ...@@ -61,7 +61,11 @@ (define-public inkscape
("libpng" ,libpng) ("libpng" ,libpng)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("libxslt" ,libxslt) ("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) ("freetype" ,freetype)
("popt" ,popt) ("popt" ,popt)
("python" ,python-2) ("python" ,python-2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment