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
No known key found for this signature in database
GPG key ID: 4861DBF262123605
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";