Author: eelco
Date: Mon Aug 9 21:14:08 2010
New Revision: 23071
URL: https://svn.nixos.org/websvn/nix/?rev=23071&sc=1
Log:
* Add GTK+ as a dependency to generate the icon cache.
Modified:
nixpkgs/trunk/pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix
Modified: nixpkgs/trunk/pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix
==============================================================================
--- nixpkgs/trunk/pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix Mon Aug 9
21:13:36 2010 (r23070)
+++ nixpkgs/trunk/pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix Mon Aug 9
21:14:08 2010 (r23071)
@@ -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 @@
sha1 = "0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7";
};
- buildInputs = [ pkgconfig intltool ];
+ buildInputs = [ pkgconfig intltool gtk ];
meta = {
homepage = http://www.xfce.org/;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits