guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-binaryornot: Fix typo.


From: guix-commits
Subject: 01/01: gnu: python-binaryornot: Fix typo.
Date: Thu, 10 Oct 2019 05:04:41 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit ee623903b188ad081b35359a1048f98c0fb7d775
Author: Danny Milosavljevic <address@hidden>
Date:   Thu Oct 10 11:02:44 2019 +0200

    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 068b17f..10fe5ee 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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]