mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: python-binaryornot: Fix typo.
Follow-up to 86723f98ab
.
* gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-test]:
Rename to...
[patch-test]: ...this.
This commit is contained in:
parent
0091853199
commit
ee623903b1
1 changed files with 1 additions and 1 deletions
|
@ -10975,7 +10975,7 @@ (define-public python-binaryornot
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-test
|
||||
(add-after 'unpack 'patch-tests
|
||||
(lambda _
|
||||
;; TypeError: binary() got an unexpected keyword argument
|
||||
;; 'average_size'.
|
||||
|
|
Loading…
Reference in a new issue