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

main
Robert Helgesson 5 years ago committed by Jon
parent 3a30486bea
commit 00b09b4154
  1. 4
      pkgs/development/python-modules/magic-wormhole-mailbox-server/default.nix

@ -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;

Loading…
Cancel
Save