pango: get rid of xlibs-wrapper and simplify

This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:50 +02:00
parent fd819711c6
commit 339926031e
+3 -3
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;