lol

goocanvas_2: support gobjectIntrospection

+3 -1
+3 -1
pkgs/development/libraries/goocanvas/2.x.nix
··· 13 }; 14 15 nativeBuildInputs = [ pkgconfig gettext gtk-doc python2 ]; 16 - buildInputs = [ gtk3 cairo glib ]; 17 18 configureFlags = [ 19 "--disable-python" 20 ]; 21 22 meta = with stdenv.lib; { 23 description = "Canvas widget for GTK+ based on the the Cairo 2D library";
··· 13 }; 14 15 nativeBuildInputs = [ pkgconfig gettext gtk-doc python2 ]; 16 + buildInputs = [ gtk3 cairo glib gobjectIntrospection ]; 17 18 configureFlags = [ 19 "--disable-python" 20 ]; 21 + PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR = "$(dev)/share/gir-1.0"; 22 + PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR = "$(out)/lib/girepository-1.0"; 23 24 meta = with stdenv.lib; { 25 description = "Canvas widget for GTK+ based on the the Cairo 2D library";