summary refs log tree commit diff
path: root/pkgs/development/libraries/libchamplain
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-08-07 08:51:15 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-08-07 09:19:46 +0200
commit758c21bf3bb1ed12cd138a278d6f119a9fd4852e (patch)
tree63e2a0d72e047bad95284c579719ee8989662b60 /pkgs/development/libraries/libchamplain
parentb6bb1e513d9cb10adeef2dc5967d05b9378a59f4 (diff)
downloadnixpkgs-758c21bf3bb1ed12cd138a278d6f119a9fd4852e.tar
nixpkgs-758c21bf3bb1ed12cd138a278d6f119a9fd4852e.tar.gz
nixpkgs-758c21bf3bb1ed12cd138a278d6f119a9fd4852e.tar.bz2
nixpkgs-758c21bf3bb1ed12cd138a278d6f119a9fd4852e.tar.lz
nixpkgs-758c21bf3bb1ed12cd138a278d6f119a9fd4852e.tar.xz
nixpkgs-758c21bf3bb1ed12cd138a278d6f119a9fd4852e.tar.zst
nixpkgs-758c21bf3bb1ed12cd138a278d6f119a9fd4852e.zip
introspection disabling -- libchamplain
Didn't build as it was, and not needed anywhere AFAIK.
Diffstat (limited to 'pkgs/development/libraries/libchamplain')
-rw-r--r--pkgs/development/libraries/libchamplain/0.6.nix2
-rw-r--r--pkgs/development/libraries/libchamplain/default.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libchamplain/0.6.nix b/pkgs/development/libraries/libchamplain/0.6.nix
index 5ec324131e3..9b75e9fc0a8 100644
--- a/pkgs/development/libraries/libchamplain/0.6.nix
+++ b/pkgs/development/libraries/libchamplain/0.6.nix
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
   propagatedBuildInputs =
     [ glib gtk cairo clutter clutter_gtk_0_10 sqlite libsoup ];
 
+  configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
+
   meta = {
     homepage = http://projects.gnome.org/libchamplain/;
     license = "LGPLv2+";
diff --git a/pkgs/development/libraries/libchamplain/default.nix b/pkgs/development/libraries/libchamplain/default.nix
index 4df3d00d1f4..6c323953973 100644
--- a/pkgs/development/libraries/libchamplain/default.nix
+++ b/pkgs/development/libraries/libchamplain/default.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
 
   propagatedBuildInputs = [ glib gtk3 cairo clutter_gtk sqlite libsoup ];
 
+  configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
+
   meta = {
     homepage = http://projects.gnome.org/libchamplain/;
     license = "LGPLv2+";