* Add GTK+ as a dependency to generate the icon cache.
svn path=/nixpkgs/trunk/; revision=23071
This commit is contained in:
parent
ac387916b8
commit
153577d0f3
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool }:
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xfce4-icon-theme-4.4.3";
|
name = "xfce4-icon-theme-4.4.3";
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha1 = "0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7";
|
sha1 = "0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig intltool ];
|
buildInputs = [ pkgconfig intltool gtk ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.xfce.org/;
|
homepage = http://www.xfce.org/;
|
||||||
|
Loading…
Reference in New Issue
Block a user