python3Packages.basemap: enabled

This package was marked incompatible with python3 by mistake.
This commit is contained in:
Lancelot SIX 2015-12-09 17:04:26 +00:00
parent 408001d33b
commit 272e32492f

View File

@ -21593,7 +21593,6 @@ in modules // {
basemap = buildPythonPackage rec {
name = "basemap-1.0.7";
disabled = ! isPy27;
src = pkgs.fetchurl {
url = "mirror://sourceforge/project/matplotlib/matplotlib-toolkits/basemap-1.0.7/basemap-1.0.7.tar.gz";