forked from mirrors/nixpkgs
qt48: make "gtkStyle = true" work
svn path=/nixpkgs/trunk/; revision=31078
This commit is contained in:
parent
8755735a06
commit
50fb545705
|
@ -85,7 +85,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# The following libraries are only used in plugins
|
# The following libraries are only used in plugins
|
||||||
buildInputs = [ cups # Qt dlopen's libcups instead of linking to it
|
buildInputs = [ cups # Qt dlopen's libcups instead of linking to it
|
||||||
mysql postgresql sqlite libjpeg libmng libtiff icu ];
|
mysql postgresql sqlite libjpeg libmng libtiff icu ]
|
||||||
|
++ stdenv.lib.optionals gtkStyle [ gtk gdk_pixbuf ];
|
||||||
|
|
||||||
buildNativeInputs = [ perl pkgconfig which ];
|
buildNativeInputs = [ perl pkgconfig which ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue