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
|
||||
`(#: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 New Issue