1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 23:55:54 +02:00

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
+2 -1
View File
@@ -80,6 +80,7 @@
#: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 @@ ksh, and tcsh.")
(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