lol

goocanvas_2: support gobjectIntrospection

+3 -1
+3 -1
pkgs/development/libraries/goocanvas/2.x.nix
··· 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkgconfig gettext gtk-doc python2 ]; 16 - buildInputs = [ gtk3 cairo glib ]; 16 + buildInputs = [ gtk3 cairo glib gobjectIntrospection ]; 17 17 18 18 configureFlags = [ 19 19 "--disable-python" 20 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"; 21 23 22 24 meta = with stdenv.lib; { 23 25 description = "Canvas widget for GTK+ based on the the Cairo 2D library";