diff options
author | Leo Famulari <leo@famulari.name> | 2018-01-16 13:43:38 -0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-16 14:02:09 -0800 |
commit | 8fa1872aba6df6128b218f44645e32b5ec41a0d4 (patch) | |
tree | e094f9230c2ec8fcd19965e15d282e6e044e2dcf /gnu/packages/gnome.scm | |
parent | ae307724de2957bbed6b763a1d039dba0876b5a7 (diff) | |
download | guix-8fa1872aba6df6128b218f44645e32b5ec41a0d4.tar guix-8fa1872aba6df6128b218f44645e32b5ec41a0d4.tar.gz |
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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ creating interactive structured graphics.") (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.bz2")) + (patches (search-patches "libgnomeui-utf8.patch")) (sha256 (base32 "03rwbli76crkjl6gp422wrc9lqpl174k56cp9i96b7l8jlj2yddf")))) |