Skip to content

Commit

Permalink
clutter: Add gtk3 to buildInputs (#24815)
Browse files Browse the repository at this point in the history
This is similar to the same change made in PR #12996. Fixes #21509
(makes `gnome3.sushi` work again).
  • Loading branch information
jonafato authored and fpletz committed Apr 27, 2017
1 parent 96b83f6 commit 878b350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
Expand All @@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
sha256 = "01nfjd4k7j2n3agpx2d9ncff86nfsqv4n23465rb9zmk4iw4wlb7";
};

buildInputs = [ gtk3 ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs =
[ libX11 mesa libXext libXfixes libXdamage libXcomposite libXi cogl pango
Expand Down

0 comments on commit 878b350

Please sign in to comment.