diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-12-19 16:09:02 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-12-21 08:46:10 +0200 |
commit | 3eb90b03b415637913e877c3046fa2061f3b4043 (patch) | |
tree | d552d9df1b57c6d2e265c0a2ea382fe9371520d5 | |
parent | dc4a2ef5d14948003d6a6f7cc62998e261cb4c0f (diff) | |
download | guix-3eb90b03b415637913e877c3046fa2061f3b4043.tar.gz guix-3eb90b03b415637913e877c3046fa2061f3b4043.zip |
gnu: tuir: Skip sanity-check.
* gnu/packages/syndication.scm (tuir)[arguments]: Remove 'sanity-check.
-rw-r--r-- | gnu/packages/syndication.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 0c6d860f72..e9f5de4737 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -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) |