mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
pythonPackages.nxt-python: use upstream name
This commit is contained in:
parent
24cd814dd8
commit
5b3331ed2c
|
@ -7526,7 +7526,7 @@ in modules // {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nxt_python = buildPythonPackage rec {
|
nxt-python = buildPythonPackage rec {
|
||||||
version = "unstable-20160819";
|
version = "unstable-20160819";
|
||||||
pname = "nxt-python";
|
pname = "nxt-python";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
Loading…
Reference in a new issue