gnu: xonsh: Move to pyproject-build-system.

* gnu/packages/shells.scm (xonsh)[build-system]: Move to
pyproject-build-system.

Change-Id: I033a05b2eb94f15510ff7c3753768aec013dd11a
This commit is contained in:
Vinicius Monego 2024-07-06 14:10:03 -03:00
parent 426739bd9d
commit 4b3b80f57c
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -80,6 +80,7 @@ (define-module (gnu packages shells)
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
#:use-module (guix build-system meson)
#:use-module (guix build-system pyproject)
#:use-module (guix build-system python)
#:use-module (guix build-system trivial)
#:use-module (guix download)
@ -573,7 +574,7 @@ (define-public xonsh
(format #f "from ~a import" module))
(("from xonsh\\.ply import") "import"))
#t))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list ;; TODO Try running run the test suite.
;; See 'requirements-tests.txt' in the source distribution for more