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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user