aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2019-10-10 11:02:44 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2019-10-10 11:04:14 +0200
commitee623903b188ad081b35359a1048f98c0fb7d775 (patch)
tree3f76c8d608304b1bcf0d0dd93b8147accd026c2b
parent0091853199bc31775c66c638a0b5b06ef0d7aec3 (diff)
downloadguix-ee623903b188ad081b35359a1048f98c0fb7d775.tar
guix-ee623903b188ad081b35359a1048f98c0fb7d775.tar.gz
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.scm2
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'.