diff --git a/pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix b/pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix index a1d628538ba..a17267a336c 100644 --- a/pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix +++ b/pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, pkgconfig, intltool }: +{ stdenv, fetchurl, pkgconfig, intltool, gtk }: stdenv.mkDerivation rec { name = "xfce4-icon-theme-4.4.3"; @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { sha1 = "0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7"; }; - buildInputs = [ pkgconfig intltool ]; + buildInputs = [ pkgconfig intltool gtk ]; meta = { homepage = http://www.xfce.org/;