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
|
@ -10975,7 +10975,7 @@ hardware-accelerated multitouch applications.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-test
|
(add-after 'unpack 'patch-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; TypeError: binary() got an unexpected keyword argument
|
;; TypeError: binary() got an unexpected keyword argument
|
||||||
;; 'average_size'.
|
;; 'average_size'.
|
||||||
|
|
Loading…
Reference in New Issue