From 8fa1872aba6df6128b218f44645e32b5ec41a0d4 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 16 Jan 2018 13:43:38 -0800 Subject: gnu: libgnomeui: Fix build with Python 3.6. * gnu/packages/patches/libgnomeui-utf8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (libgnomeui)[source]: Use it. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1c50ccef19..ed9e167cf5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1601,6 +1601,7 @@ (define-public libgnomeui (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.bz2")) + (patches (search-patches "libgnomeui-utf8.patch")) (sha256 (base32 "03rwbli76crkjl6gp422wrc9lqpl174k56cp9i96b7l8jlj2yddf")))) -- cgit v1.2.3