gnu: inkscape: Add the glib-or-gtk-build-system phases.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 15 Jun 2020 03:16:33 +0000 (23:16 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 15 Jun 2020 03:16:33 +0000 (23:16 -0400)
commit1afa2c5ca0c5904bd9de70a48dd7d0a6275d5d3f
tree96adc762c4e7d909fa717e5abe171517e7c9980d
parent3d7726b7f2fc14aa5fc125b3705329efb86f81fd
gnu: inkscape: Add the glib-or-gtk-build-system phases.

This fixes an issue where an improperly set XDG_DATA_DIRS environment variable
would cause a segfault when opening the 'Save As' menu of Inkscape.  See:
<https://lists.gnu.org/archive/html/help-guix/2020-06/msg00093.html>.

* gnu/packages/inkscape.scm (inkscape-1.0)[arguments]: Import the
(guix build glib-or-gtk-build-system) module.
[phases]: Add the glib-or-gtk-compile-schemas and glib-or-gtk-wrap phases.

Reported-by: Thorsten Wilms <t_w_@freenet.de>
gnu/packages/inkscape.scm