mapsplotlib: disable for python3

This commit is contained in:
Rob Vermaas 2018-01-19 16:20:53 +01:00
parent 26734df1c6
commit ca016b63dc
No known key found for this signature in database
GPG Key ID: 6B726FB2EE6F4255

View File

@ -10069,6 +10069,8 @@ in {
name = "mapsplotlib-${version}";
version = "1.0.6";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "mirror://pypi/m/mapsplotlib/${name}.tar.gz";
sha256 = "09gpws3x0jd88n636baxx5izjffrpjy4j6jl8l7vj29yzvrdr2bp";