mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: libdecaf: Fix build on python@3.12.
* gnu/packages/crypto.scm (libdecaf)[native-inputs]: Add python-setuptools. Change-Id: Icc4da08867cba0f3cba93d50eee8ab8302061112 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
5da6907190
commit
7073c9a124
@@ -264,7 +264,7 @@ fast, secure, parallelizable, capable of incremental updates.")
|
||||
(string-append
|
||||
"--prefix="
|
||||
(python:site-packages inputs outputs)))))))))
|
||||
(native-inputs (list python-minimal-wrapper))
|
||||
(native-inputs (list python-minimal-wrapper python-setuptools))
|
||||
(synopsis "Decaf Elliptic Curve Library")
|
||||
(description "The libdecaf library is an implementation of elliptic curve
|
||||
cryptography using the Montgomery and Edwards curves Curve25519, Ed25519,
|
||||
|
||||
Reference in New Issue
Block a user