Merge pull request #34868 from teto/protocol

[RDY] protocol: module to application
This commit is contained in:
Jörg Thalheim 2018-03-03 15:41:41 +00:00 committed by GitHub
commit ce6adf6dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, buildPythonPackage, fetchFromGitHub }:
{ stdenv, buildPythonApplication, fetchFromGitHub }:
buildPythonPackage rec {
buildPythonApplication rec {
pname = "protocol";
version = "20171226";

View File

@ -20344,6 +20344,8 @@ with pkgs;
pt = callPackage ../applications/misc/pt { };
protocol = python3Packages.callPackage ../applications/networking/protocol { };
pykms = callPackage ../tools/networking/pykms { };
pyload = callPackage ../applications/networking/pyload {};

View File

@ -20374,8 +20374,6 @@ EOF
trezor = callPackage ../development/python-modules/trezor { };
protocol = callPackage ../development/python-modules/protocol { };
trezor_agent = buildPythonPackage rec{
name = "${pname}-${version}";
pname = "trezor_agent";