1
0
Fork 1
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:
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}";