forked from mirrors/nixpkgs
* Fix the GTK+ build. It depends directly on libXrender, but probably
we didn't notice because some other X package used to have it as a propagated dependency. svn path=/nixpkgs/branches/x-updates/; revision=25831
This commit is contained in:
parent
0b86d85634
commit
51fe520113
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ pkgconfig jasper ];
|
||||
|
||||
propagatedBuildInputs =
|
||||
[ xlibs.xlibs glib atk pango libtiff libjpeg libpng cairo xlibs.libXrandr ]
|
||||
[ xlibs.xlibs glib atk pango libtiff libjpeg libpng cairo xlibs.libXrandr xlibs.libXrender ]
|
||||
++ stdenv.lib.optional xineramaSupport xlibs.libXinerama
|
||||
++ stdenv.lib.optionals cupsSupport [ cups ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue