[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: indi: Stop returning #t from phases.
From: |
guix-commits |
Subject: |
09/09: gnu: indi: Stop returning #t from phases. |
Date: |
Tue, 4 May 2021 09:41:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a49a007328f72c98e42e84c84100d1e460359361
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 13:49:45 2021 +0200
gnu: indi: Stop returning #t from phases.
* gnu/packages/astronomy.scm (indi)[arguments]: Remove #t phase return
values.
---
gnu/packages/astronomy.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5dcb03e..c7d27a5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -820,13 +820,11 @@ provide you with detailed information about each pass.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(with-directory-excursion "test"
- (invoke "ctest"))
- #t)))
+ (invoke "ctest")))))
(add-before 'install 'set-install-directories
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
- (mkdir-p (string-append out "/lib/udev/rules.d")))
- #t)))))
+ (mkdir-p (string-append out "/lib/udev/rules.d"))))))))
(native-inputs
`(("googletest" ,googletest)))
(inputs
- branch master updated (bee797f -> a49a007), guix-commits, 2021/05/04
- 04/09: gnu: bcachefs-tools: Update to 0.1-6.a14d39d., guix-commits, 2021/05/04
- 05/09: gnu: bcachefs-tools: Prepare for cross-compilation., guix-commits, 2021/05/04
- 02/09: file-systems: Handle abnormal ‘bcachefs fsck’ exits., guix-commits, 2021/05/04
- 09/09: gnu: indi: Stop returning #t from phases.,
guix-commits <=
- 07/09: gnu: indi: Check slightly more functionally., guix-commits, 2021/05/04
- 01/09: gnu: bitcoin-core@0.21: Update to 0.21.1., guix-commits, 2021/05/04
- 03/09: file-systems: Rewrite comment., guix-commits, 2021/05/04
- 08/09: gnu: indi: Respect #:tests?., guix-commits, 2021/05/04
- 06/09: gnu: indi: Update to 1.9.0., guix-commits, 2021/05/04