diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-27 21:51:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:39 +0800 |
commit | 8e3593353ee8cb3bb171fe2919850790aac15076 (patch) | |
tree | 69f8f2aa00842a042c7daad6413706d1165a0b12 /gnu/packages/inkscape.scm | |
parent | 6983ba5660eebedef2bd87901b9993c19c985f8b (diff) | |
download | patches-8e3593353ee8cb3bb171fe2919850790aac15076.tar patches-8e3593353ee8cb3bb171fe2919850790aac15076.tar.gz |
Revert "Revert "gnu: inkscape: Fix build with glibmm-2.48.""
This reverts commit 267061ba0bc6df0d61081b97d650d95acec8178a.
Diffstat (limited to 'gnu/packages/inkscape.scm')
-rw-r--r-- | gnu/packages/inkscape.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index b09e84ee08..16f83fc474 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 John Darrington <jmd@gnu.org> -;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> +;;; Copyright © 2014, 2016 Mark H Weaver <mhw@netris.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -52,7 +52,10 @@ version ".tar.gz")) (sha256 (base32 - "086v01jy896dj86bq7plrf6si4p6gh6ga2v5417llgmminycz8rc")))) + "086v01jy896dj86bq7plrf6si4p6gh6ga2v5417llgmminycz8rc")) + (patch-flags '("-p0")) + (patches + (search-patches "inkscape-drop-wait-for-targets.patch")))) (build-system gnu-build-system) (inputs `(("aspell" ,aspell) |