python-mapnik: add cairo to buildInputs
This commit is contained in:
parent
0df00d66d5
commit
797a784d6f
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user