diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2019-10-10 11:02:44 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-10-10 11:04:14 +0200 |
commit | ee623903b188ad081b35359a1048f98c0fb7d775 (patch) | |
tree | 3f76c8d608304b1bcf0d0dd93b8147accd026c2b | |
parent | 0091853199bc31775c66c638a0b5b06ef0d7aec3 (diff) |
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.
-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'. |