From 683752fa85d791ba279c01032bdca4bc61d3050c Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Thu, 8 Mar 2012 22:45:35 +0000 Subject: [PATCH] libgsf: pass gdk_pixbuf svn path=/nixpkgs/trunk/; revision=32923 --- pkgs/development/libraries/libgsf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libgsf/default.nix b/pkgs/development/libraries/libgsf/default.nix index 168a2e7381e..9d36bc3d5f2 100644 --- a/pkgs/development/libraries/libgsf/default.nix +++ b/pkgs/development/libraries/libgsf/default.nix @@ -1,5 +1,5 @@ { fetchurl, stdenv, perl, perlXMLParser, pkgconfig, libxml2 -, glib, gettext, intltool, bzip2, xz +, glib, gettext, intltool, bzip2, gdk_pixbuf , gnome_vfs, libbonobo, python }: @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { buildNativeInputs = [ intltool pkgconfig ]; buildInputs = - [ perl perlXMLParser gettext bzip2 gnome_vfs python ]; + [ perl perlXMLParser gettext bzip2 gnome_vfs python gdk_pixbuf ]; propagatedBuildInputs = [ glib libxml2 libbonobo ];