Skip to content

Commit

Permalink
pythonPackages.magic-wormhole-mailbox-server: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee authored and Jon committed Dec 19, 2019
1 parent 3a30486 commit 00b09b4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 00b09b4

Please sign in to comment.