tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
goocanvas_2: support gobjectIntrospection
Florian Klink
7 years ago
8647df2f
d0b24f28
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
goocanvas
2.x.nix
+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
];
0
0
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";