diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 068b17fdab..10fe5ee553 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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'. |