me
/
guix
Archived
1
0
Fork 0

gnu: python2-matplotlib: Remove trailing #T.

* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Remove
trailing #T from build phase.
master
Ricardo Wurmus 2021-12-02 10:29:59 +01:00
parent c14ab97a03
commit a33ca53492
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -6283,8 +6283,7 @@ toolkits.")
(mkdir-p dir) (mkdir-p dir)
(invoke "unzip" (invoke "unzip"
(assoc-ref inputs "jquery-ui") (assoc-ref inputs "jquery-ui")
"-d" dir)) "-d" dir))))
#t))
(delete 'fix-and-disable-failing-tests) (delete 'fix-and-disable-failing-tests)
(delete 'check))))) ; These tests weren't run the the past. (delete 'check))))) ; These tests weren't run the the past.
;; Make sure to use special packages for Python 2 instead ;; Make sure to use special packages for Python 2 instead