From ee623903b188ad081b35359a1048f98c0fb7d775 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Thu, 10 Oct 2019 11:02:44 +0200 Subject: gnu: python-binaryornot: Fix typo. Follow-up to 86723f98ab272b1a2621fb54ff88eab5e8e80fed. * gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-test]: Rename to... [patch-test]: ...this. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- cgit v1.2.3