diff options
author | Mark H Weaver <mhw@netris.org> | 2016-04-23 02:49:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-04-23 05:05:18 -0400 |
commit | 0118c6ab62ac90136fe877ded67869c104440ffd (patch) | |
tree | 988b771b4c2a78f938ec268dc0ac6bc65ef87842 /gnu/local.mk | |
parent | e993fb849321b740c43d02c922101287426420fa (diff) | |
download | guix-0118c6ab62ac90136fe877ded67869c104440ffd.tar guix-0118c6ab62ac90136fe877ded67869c104440ffd.tar.gz |
gnu: inkscape: Fix build with glibmm-2.48.
* gnu/packages/patches/inkscape-drop-wait-for-targets.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/inkscape.scm (inkscape)[source]: Add patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 74d898c116..c49e2313ab 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -532,6 +532,7 @@ dist_patch_DATA = \ gnu/packages/patches/ilmbase-fix-tests.patch \ gnu/packages/patches/imagemagick-test-segv.patch \ gnu/packages/patches/imlib2-CVE-2016-4024.patch \ + gnu/packages/patches/inkscape-drop-wait-for-targets.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jasper-CVE-2007-2721.patch \ gnu/packages/patches/jasper-CVE-2008-3520.patch \ |