guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python2-matplotlib: Remove trailing #T.


From: guix-commits
Subject: 01/02: gnu: python2-matplotlib: Remove trailing #T.
Date: Thu, 2 Dec 2021 04:31:11 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit a33ca53492649959d5028c5a8e22d27022b92893
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 10:29:59 2021 +0100

    gnu: python2-matplotlib: Remove trailing #T.
    
    * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Remove
    trailing #T from build phase.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 22d085a..a22975c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6283,8 +6283,7 @@ toolkits.")
                    (mkdir-p dir)
                    (invoke "unzip"
                            (assoc-ref inputs "jquery-ui")
-                           "-d" dir))
-                 #t))
+                           "-d" dir))))
              (delete 'fix-and-disable-failing-tests)
              (delete 'check))))) ; These tests weren't run the the past.
       ;; Make sure to use special packages for Python 2 instead



reply via email to

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