joinmarket: simplify pkgs

Remove unused dependencies.
This commit is contained in:
Erik Arvstedt
2022-05-05 20:43:08 +02:00
committed by Jonas Nick
parent 43ee7668ab
commit ca834cce84
3 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
{ version, src, lib, buildPythonPackage, fetchurl, future, txtorcon, cryptography, pyopenssl, libnacl, joinmarketbase }:
{ version, src, lib, buildPythonPackage, fetchurl, txtorcon, cryptography, pyopenssl, libnacl, joinmarketbase }:
buildPythonPackage rec {
pname = "joinmarketdaemon";
@@ -6,7 +6,7 @@ buildPythonPackage rec {
postUnpack = "sourceRoot=$sourceRoot/jmdaemon";
propagatedBuildInputs = [ future txtorcon cryptography pyopenssl libnacl joinmarketbase ];
propagatedBuildInputs = [ txtorcon cryptography pyopenssl libnacl joinmarketbase ];
meta = with lib; {
description = "Client library for Bitcoin coinjoins";