summary refs log tree commit diff
path: root/pkgs/development/libraries/gobject-introspection
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-12-08 16:18:29 +0100
committerLuca Bruno <lucabru@src.gnome.org>2014-12-08 16:21:01 +0100
commit9d86b4683d1cea565f608e9fd49909d9eb4344c8 (patch)
tree0a07e6b2b383e62e460503500323615f368905ff /pkgs/development/libraries/gobject-introspection
parent4aa3eec330f64afd9db78b9bb26db32bdbabe2c4 (diff)
downloadnixpkgs-9d86b4683d1cea565f608e9fd49909d9eb4344c8.tar
nixpkgs-9d86b4683d1cea565f608e9fd49909d9eb4344c8.tar.gz
nixpkgs-9d86b4683d1cea565f608e9fd49909d9eb4344c8.tar.bz2
nixpkgs-9d86b4683d1cea565f608e9fd49909d9eb4344c8.tar.lz
nixpkgs-9d86b4683d1cea565f608e9fd49909d9eb4344c8.tar.xz
nixpkgs-9d86b4683d1cea565f608e9fd49909d9eb4344c8.tar.zst
nixpkgs-9d86b4683d1cea565f608e9fd49909d9eb4344c8.zip
gobject-introspection: add glib to propagatedBuldInputs
Diffstat (limited to 'pkgs/development/libraries/gobject-introspection')
-rw-r--r--pkgs/development/libraries/gobject-introspection/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix
index 4b7ec1f4116..8263ee7071c 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -16,10 +16,10 @@ stdenv.mkDerivation rec {
     sha256 = "162flbzwzz0b8axab2gimc4dglpaw88fh1d177zfg0whczlpbsln";
   };
 
-  buildInputs = [ flex bison glib pkgconfig python ]
+  buildInputs = [ flex bison pkgconfig python ]
     ++ libintlOrEmpty
     ++ stdenv.lib.optional stdenv.isDarwin otool;
-  propagatedBuildInputs = [ libffi ];
+  propagatedBuildInputs = [ libffi glib ];
 
   # Tests depend on cairo, which is undesirable (it pulls in lots of
   # other dependencies).