gnu: python-colorspacious: Use INVOKE.
* gnu/packages/python-xyz.scm (python-colorspacious)[arguments]: Unconditionally return #T from "check" phase.master
parent
4fc898dad9
commit
c988afda6f
|
@ -3231,7 +3231,7 @@ To address this and enable easy cycling over arbitrary @code{kwargs}, the
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "nosetests" "--all-modules" "-v" "colorspacious")))))))
|
(invoke "nosetests" "--all-modules" "-v" "colorspacious"))))))
|
||||||
(home-page "https://github.com/njsmith/colorspacious")
|
(home-page "https://github.com/njsmith/colorspacious")
|
||||||
(synopsis "Python library for colorspace conversions")
|
(synopsis "Python library for colorspace conversions")
|
||||||
(description "@code{colorspacious} is a Python library that lets you
|
(description "@code{colorspacious} is a Python library that lets you
|
||||||
|
|
Reference in New Issue