python-mapnik: fae6388 -> git-2016-08-30
This commit is contained in:
parent
24d2ddfb1d
commit
deb32ec23f
@ -7642,17 +7642,19 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
python-mapnik = buildPythonPackage {
|
python-mapnik = buildPythonPackage {
|
||||||
name = "python-mapnik-fae6388";
|
name = "python-mapnik-git-2016-08-30";
|
||||||
|
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchFromGitHub {
|
||||||
url = https://github.com/mapnik/python-mapnik.git;
|
owner = "mapnik";
|
||||||
rev = "fae63881ed0945829e73f711d52740240b740936";
|
repo = "python-mapnik";
|
||||||
sha256 = "04k78l0xxb9cy8dbvmgldg8fgzz701gks14199h8zs2xvyi4gqd2";
|
rev = "541fd962d4fc99d50ec472af6ddccfdbf98cff37";
|
||||||
|
sha256 = "1d93qjnzggdpbhnmxlmk5jh0zd2jnpfl4n4aip5ypd39ilqibhf3";
|
||||||
};
|
};
|
||||||
|
|
||||||
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; [ boost harfbuzz icu mapnik ];
|
buildInputs = with pkgs;
|
||||||
|
[ boost 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