mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
pythonPackages.magic-wormhole-mailbox-server: fix build
This commit is contained in:
parent
3a30486bea
commit
00b09b4154
@ -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…
Reference in New Issue
Block a user