gnu: tuir: Skip sanity-check.
* gnu/packages/syndication.scm (tuir)[arguments]: Remove 'sanity-check.
This commit is contained in:
parent
dc4a2ef5d1
commit
3eb90b03b4
@ -461,6 +461,7 @@ a simple interface that makes it easy to organize and browse feeds.")
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'sanity-check) ; Tries to read environment variables.
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
|
||||
(add-installed-pythonpath inputs outputs)
|
||||
|
Loading…
Reference in New Issue
Block a user