python-mapnik: add cairo to buildInputs

This commit is contained in:
Christoph Hrdinka 2016-12-07 13:16:11 +01:00
parent 0df00d66d5
commit 797a784d6f

View File

@ -8169,7 +8169,7 @@ in {
disabled = isPyPy; disabled = isPyPy;
doCheck = false; # doesn't find needed test data files doCheck = false; # doesn't find needed test data files
buildInputs = with pkgs; buildInputs = with pkgs;
[ boost harfbuzz icu libjpeg libpng libtiff libwebp mapnik proj zlib ]; [ boost cairo harfbuzz icu libjpeg libpng libtiff libwebp mapnik proj zlib ];
propagatedBuildInputs = with self; [ pillow pycairo ]; propagatedBuildInputs = with self; [ pillow pycairo ];
meta = with stdenv.lib; { meta = with stdenv.lib; {