tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libchamplain: Enable gobject introspection
Jascha Geerds
10 years ago
1ce6590b
687caebf
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libchamplain
default.nix
-2
pkgs/development/libraries/libchamplain/default.nix
···
13
14
propagatedBuildInputs = [ glib gtk3 cairo clutter_gtk sqlite libsoup ];
15
16
-
configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
17
-
18
meta = {
19
homepage = http://projects.gnome.org/libchamplain/;
20
license = stdenv.lib.licenses.lgpl2Plus;
···
13
14
propagatedBuildInputs = [ glib gtk3 cairo clutter_gtk sqlite libsoup ];
15
0
0
16
meta = {
17
homepage = http://projects.gnome.org/libchamplain/;
18
license = stdenv.lib.licenses.lgpl2Plus;