summary refs log tree commit diff
path: root/pkgs/development/libraries/clutter
diff options
context:
space:
mode:
authorJon Banafato <jonathan.banafato@gmail.com>2017-04-27 13:24:59 -0400
committerFranz Pletz <fpletz@fnordicwalking.de>2017-04-27 19:24:59 +0200
commit878b3500ee38cafd73ce6142222e43edd6d5913c (patch)
treea6df7dc45d8a804a31705dbc8e89cf04a9e81f02 /pkgs/development/libraries/clutter
parent96b83f66a2182261ecd68d9c978b60b634cba45f (diff)
downloadnixpkgs-878b3500ee38cafd73ce6142222e43edd6d5913c.tar
nixpkgs-878b3500ee38cafd73ce6142222e43edd6d5913c.tar.gz
nixpkgs-878b3500ee38cafd73ce6142222e43edd6d5913c.tar.bz2
nixpkgs-878b3500ee38cafd73ce6142222e43edd6d5913c.tar.lz
nixpkgs-878b3500ee38cafd73ce6142222e43edd6d5913c.tar.xz
nixpkgs-878b3500ee38cafd73ce6142222e43edd6d5913c.tar.zst
nixpkgs-878b3500ee38cafd73ce6142222e43edd6d5913c.zip
clutter: Add gtk3 to buildInputs (#24815)
This is similar to the same change made in PR #12996. Fixes #21509
(makes `gnome3.sushi` work again).
Diffstat (limited to 'pkgs/development/libraries/clutter')
-rw-r--r--pkgs/development/libraries/clutter/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/clutter/default.nix b/pkgs/development/libraries/clutter/default.nix
index af7acb35aac..a0479d9d73c 100644
--- a/pkgs/development/libraries/clutter/default.nix
+++ b/pkgs/development/libraries/clutter/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, glib, pkgconfig, mesa, libX11, libXext, libXfixes
 , libXdamage, libXcomposite, libXi, cogl, pango, atk, json_glib, 
-gobjectIntrospection 
+gobjectIntrospection, gtk3
 }:
 
 let
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
     sha256 = "01nfjd4k7j2n3agpx2d9ncff86nfsqv4n23465rb9zmk4iw4wlb7";
   };
 
+  buildInputs = [ gtk3 ];
   nativeBuildInputs = [ pkgconfig ];
   propagatedBuildInputs =
     [ libX11 mesa libXext libXfixes libXdamage libXcomposite libXi cogl pango