pango: get rid of xlibs-wrapper and simplify

This commit is contained in:
Vladimír Čunát 2015-10-06 20:19:06 +02:00
parent fd819711c6
commit 339926031e

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, xlibsWrapper, glib, cairo, libpng, harfbuzz { stdenv, fetchurl, pkgconfig, libXft, cairo, harfbuzz
, fontconfig, freetype, libintlOrEmpty, gobjectIntrospection , libintlOrEmpty, gobjectIntrospection
}: }:
let let
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gobjectIntrospection ]; buildInputs = [ gobjectIntrospection ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ xlibsWrapper glib cairo libpng fontconfig freetype harfbuzz ] ++ libintlOrEmpty; propagatedBuildInputs = [ cairo harfbuzz libXft ] ++ libintlOrEmpty;
enableParallelBuilding = true; enableParallelBuilding = true;