9 , gobject-introspection
18 stdenv.mkDerivation rec {
20 version = "unstable-2019-12-19";
22 src = fetchFromGitLab {
23 domain = "gitlab.gnome.org";
27 # https://gitlab.gnome.org/Archive/gtkglext/merge_requests/1
28 rev = "ad95fbab68398f81d7a5c895276903b0695887e2";
29 sha256 = "1d1bp4635nla7d07ci40c7w4drkagdqk8wg93hywvdipmjfb4yqb";
53 NOCONFIGURE=1 ./autogen.sh
57 homepage = "https://projects.gnome.org/gtkglext/";
58 description = "GtkGLExt, an OpenGL extension to GTK";
60 GtkGLExt is an OpenGL extension to GTK. It provides additional GDK
61 objects which support OpenGL rendering in GTK and GtkWidget API
62 add-ons to make GTK widgets OpenGL-capable. In contrast to Janne
63 Löf's GtkGLArea, GtkGLExt provides a GtkWidget API that enables
64 OpenGL drawing for standard and custom GTK widgets.
66 license = licenses.lgpl2Plus;
67 platforms = platforms.linux;