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 ];
|
propagatedBuildInputs = [ six attrs twisted pyopenssl service-identity autobahn ];
|
||||||
checkInputs = [ treq mock ];
|
checkInputs = [ treq mock ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
trial wormhole_mailbox_server
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Securely transfer data between computers";
|
description = "Securely transfer data between computers";
|
||||||
homepage = https://github.com/warner/magic-wormhole-mailbox-server;
|
homepage = https://github.com/warner/magic-wormhole-mailbox-server;
|
||||||
|
Loading…
Reference in New Issue
Block a user