mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: inkscape: Use libgc 7.2.
* gnu/packages/inkscape.scm (inkscape): Use LIBGC-7.2 instead of LIBGC.
This commit is contained in:
parent
bb184d9884
commit
ef0383eeca
1 changed files with 5 additions and 1 deletions
|
@ -61,7 +61,11 @@ (define-public inkscape
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue