* nvidia-settings requires gdk-pixbuf.
svn path=/nixpkgs/branches/x-updates/; revision=26203
This commit is contained in:
parent
cf6bc1aeae
commit
4846d687ed
@ -38,7 +38,7 @@ stdenv.mkDerivation {
|
|||||||
cudaPath = stdenv.lib.makeLibraryPath [zlib stdenv.gcc.gcc];
|
cudaPath = stdenv.lib.makeLibraryPath [zlib stdenv.gcc.gcc];
|
||||||
|
|
||||||
programPath = optionalString (!libsOnly) (stdenv.lib.makeLibraryPath
|
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 ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user