mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-typed-ast: Use new style.
* gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Use new style. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
This commit is contained in:
parent
b3784c6326
commit
2088c135d4
1 changed files with 6 additions and 6 deletions
|
@ -26314,8 +26314,8 @@ source bytes using the UTF-8 encoding and then rewrites Python 3.6 style
|
|||
(file-name (git-file-name name version))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue