~ruther/guix-local

2f2efbfef98618de53fab713d19d05c9328c7058 — Efraim Flashner 1 year, 5 months ago 1da5c72
gnu: python-noiseprotocol: Fix build.

* gnu/packages/python-web.scm (python-noiseprotocol)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I43110aa61b2379c696170453473f005c36de3a8e
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +1 -0
@@ 3611,6 3611,7 @@ sanitizer Rust crate.")
        (base32 "0ifnj0mpbqsfqba9n12vf5yzxj4qf2gxql3ry43qyshgnrqsi4mh"))))
    (build-system pyproject-build-system)
    (propagated-inputs (list python-cryptography))
    (native-inputs (list python-setuptools python-wheel))
    (home-page "https://github.com/plizonczyk/noiseprotocol")
    (synopsis "Implementation of Noise Protocol Framework")
    (description