mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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:
parent
426739bd9d
commit
4b3b80f57c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue