guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 13c3fb56ba2888cf70da33d868758382bb48bb9e
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 29 14:14:22 2026 +0100
gnu: libdecaf: Switch to pyproject.
* gnu/packages/crypto.scm (libdecaf):
[arguments]<#:imported-modules, #:modules>: Switch to
pyproject-build-system.
Change-Id: I4d7bb9a8679252b01633b8e3e4dfeacbc1dc6d84
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 03f654b229..ee5c5e4e23 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -197,9 +197,9 @@ fast, secure, parallelizable, capable of incremental
updates.")
(outputs '("out" "python" "doc"))
(arguments
(list #:imported-modules (append %cmake-build-system-modules
- %python-build-system-modules)
+ %pyproject-build-system-modules)
#:modules '((guix build cmake-build-system)
- ((guix build python-build-system) #:prefix python:)
+ ((guix build pyproject-build-system) #:prefix python:)
(guix build utils))
#:configure-flags #~(list "-DENABLE_STATIC=OFF")
#:phases