* nvidia-settings requires gdk-pixbuf.

svn path=/nixpkgs/branches/x-updates/; revision=26203
This commit is contained in:
Eelco Dolstra 2011-03-08 09:15:02 +00:00
parent cf6bc1aeae
commit 4846d687ed

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation {
cudaPath = stdenv.lib.makeLibraryPath [zlib stdenv.gcc.gcc];
programPath = optionalString (!libsOnly) (stdenv.lib.makeLibraryPath
[ gtkLibs.gtk gtkLibs.atk gtkLibs.pango gtkLibs.glib xlibs.libXv ] );
[ gtkLibs.gtk gtkLibs.atk gtkLibs.pango gtkLibs.glib gtkLibs.gdk_pixbuf xlibs.libXv ] );
buildInputs = [ perl ];