guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f3e101e4bc7817a6fd9b5181fac060c830d52679
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 29 19:06:13 2026 +0100
gnu: emacs-jedi: Switch to pyproject.
* gnu/packages/emacs-xyz.scm (emacs-jedi)[arguments]<#:modules>:
Switch to pyproject.
Change-Id: I77ac94bbf8bd43e9f366ff7047a3bf90bf31c6fc
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2108975605..322255b582 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13421,7 +13421,7 @@ generates it as a string. Please see the homepage for
usage examples.")
#:imported-modules (append %emacs-build-system-modules
%pyproject-build-system-modules)
#:modules '((guix build emacs-build-system)
- ((guix build python-build-system) #:prefix py:)
+ ((guix build pyproject-build-system) #:prefix py:)
(guix build emacs-utils)
(guix build utils))
#:phases