mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +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";
|
||||
pname = "nxt-python";
|
||||
name = "${pname}-${version}";
|
||||
|
|
Loading…
Reference in a new issue