pybitmessage: use pname
instead of name
This commit is contained in:
parent
3bddc85171
commit
26e939e22c
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, python2Packages, openssl }:
|
{ stdenv, fetchFromGitHub, python2Packages, openssl }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "pybitmessage-${version}";
|
pname = "pybitmessage";
|
||||||
|
|
||||||
version = "0.6.3.2";
|
version = "0.6.3.2";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user