From ed19903d56fe0f172b04bbeafb6ac885260e5a19 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 28 Dec 2013 08:19:42 +0100 Subject: gnu: gnome: Add new package gtkglext MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (gtkglext): New variable. * gnu/packages/patches/gtkglext-disable-disable-deprecated.patch, gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès --- gnu-system.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu-system.am') diff --git a/gnu-system.am b/gnu-system.am index d2b9bee25c..8e1644ccbe 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -254,6 +254,8 @@ dist_patch_DATA = \ gnu/packages/patches/guile-linux-syscalls.patch \ gnu/packages/patches/guile-relocatable.patch \ gnu/packages/patches/guix-test-networking.patch \ + gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \ + gnu/packages/patches/gtkglext-remove-pangox-dependency.patch \ gnu/packages/patches/hop-bigloo-4.0b.patch \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libffi-mips-n32-fix.patch \ -- cgit v1.2.3