summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-26 10:22:14 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-28 22:00:01 +0000
commit7073c9a1249a0e9d78448ebf8ad4e37928e5f4c7 (patch)
tree9ebe3ce8f87d97cd3cdcb19d5d8442adae3993f3 /gnu/packages
parent5da6907190b1a09ddf7c5ac69d1cdbfbe0d5b236 (diff)
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 31dfecb2153..8deb1255658 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -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,