lol

pango: get rid of xlibs-wrapper and simplify

+3 -3
+3 -3
pkgs/development/libraries/pango/default.nix
··· 1 - { stdenv, fetchurl, pkgconfig, xlibsWrapper, glib, cairo, libpng, harfbuzz 2 - , fontconfig, freetype, libintlOrEmpty, gobjectIntrospection 1 + { stdenv, fetchurl, pkgconfig, libXft, cairo, harfbuzz 2 + , libintlOrEmpty, gobjectIntrospection 3 3 }: 4 4 5 5 let ··· 18 18 19 19 buildInputs = [ gobjectIntrospection ]; 20 20 nativeBuildInputs = [ pkgconfig ]; 21 - propagatedBuildInputs = [ xlibsWrapper glib cairo libpng fontconfig freetype harfbuzz ] ++ libintlOrEmpty; 21 + propagatedBuildInputs = [ cairo harfbuzz libXft ] ++ libintlOrEmpty; 22 22 23 23 enableParallelBuilding = true; 24 24