gnu: python2-matplotlib: Remove trailing #T.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Remove trailing #T from build phase.master
parent
c14ab97a03
commit
a33ca53492
|
@ -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
|
||||||
|
|
Reference in New Issue