diff options
author | John Darrington <jmd@gnu.org> | 2014-05-28 08:44:18 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2014-05-28 18:50:01 +0200 |
commit | a83b6a06b79d680f3799cc4b9653facac82a49cc (patch) | |
tree | 2688e287fc8c49b65ca29b392f55a2500a997a02 /gnu-system.am | |
parent | 25f76ef0bae59fc7da6f1e0d4f62ec9e5f75ee94 (diff) | |
download | patches-a83b6a06b79d680f3799cc4b9653facac82a49cc.tar patches-a83b6a06b79d680f3799cc4b9653facac82a49cc.tar.gz |
gnu: Make gtk-glext depend on pangox-compat and remove workaround patch
* gnu/packages/gnome.scm (gtk-glext): Add new dependency and remove patch
* gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: Delete file
* gnu-system.am: Delete gnu/packages/patches/gtkglext-remove-pangox-dependency.patch
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 844b277d17..ee00a7ab3c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -313,7 +313,6 @@ dist_patch_DATA = \ 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/inkscape-stray-comma.patch \ gnu/packages/patches/libevent-dns-tests.patch \ |