~ruther/guix-local

48d4df3c29a9b3d8806831cd3dea65fac92567ca — Artyom V. Poptsov 1 year, 5 months ago 4dd316c
gnu: magic-wormhole-transit-relay: Fix build.

* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay): Fix build.
[native-inputs]: Add "python-setuptools" and "python-wheel".  Sort
alphabetically.

Change-Id: Ibc1b611f2f0c4e5975d8e123001c5afced87a367
Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/magic-wormhole.scm
M gnu/packages/magic-wormhole.scm => gnu/packages/magic-wormhole.scm +4 -1
@@ 92,7 92,10 @@ connection, or through a transit-relay.")
                            (install-file file docs))
                          (find-files "docs/"))))))))
    (native-inputs
     (list python-mock python-pytest))
     (list python-mock
           python-pytest
           python-setuptools
           python-wheel))
    (propagated-inputs
     (list python-twisted))
    (home-page "https://github.com/magic-wormhole/magic-wormhole-transit-relay")