mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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
|
||||
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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user