mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
gnu: python-noiseprotocol: Fix build.
* gnu/packages/python-web.scm (python-noiseprotocol)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I43110aa61b2379c696170453473f005c36de3a8e
This commit is contained in:
parent
1da5c7216e
commit
2f2efbfef9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue