bmap-tools: switch to Python 3
Python 3 has been supported by bmap-tools for several years:
8ad1608ebc
This commit is contained in:
parent
80c4f58708
commit
9f58817948
|
@ -1,6 +1,6 @@
|
||||||
{ lib, fetchFromGitHub, python2Packages }:
|
{ lib, fetchFromGitHub, python3Packages }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "bmap-tools";
|
pname = "bmap-tools";
|
||||||
version = "3.6";
|
version = "3.6";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue