pythonPackages.magic-wormhole-mailbox-server: fix build

This commit is contained in:
Robert Helgesson 2019-11-27 18:57:09 +01:00 committed by Jon
parent 3a30486bea
commit 00b09b4154

View file

@ -12,6 +12,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six attrs twisted pyopenssl service-identity autobahn ];
checkInputs = [ treq mock ];
checkPhase = ''
trial wormhole_mailbox_server
'';
meta = with stdenv.lib; {
description = "Securely transfer data between computers";
homepage = https://github.com/warner/magic-wormhole-mailbox-server;