mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: tuir: Skip sanity-check.
* gnu/packages/syndication.scm (tuir)[arguments]: Remove 'sanity-check.
This commit is contained in:
parent
dc4a2ef5d1
commit
3eb90b03b4
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ (define-public tuir
|
|||
(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 a new issue