pythonPackages.nxt-python: use upstream name

This commit is contained in:
Frederik Rietdijk 2016-08-25 12:38:36 +02:00
parent 24cd814dd8
commit 5b3331ed2c

View File

@ -7526,7 +7526,7 @@ in modules // {
};
};
nxt_python = buildPythonPackage rec {
nxt-python = buildPythonPackage rec {
version = "unstable-20160819";
pname = "nxt-python";
name = "${pname}-${version}";