pybitmessage: use pname instead of name

This commit is contained in:
Francesco Gazzetta 2018-08-05 22:32:32 +02:00
parent 3bddc85171
commit 26e939e22c

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python2Packages, openssl }:
python2Packages.buildPythonApplication rec {
name = "pybitmessage-${version}";
pname = "pybitmessage";
version = "0.6.3.2";