mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python2-matplotlib: Remove trailing #T.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
c14ab97a03
commit
a33ca53492
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue