me
/
guix
Archived
1
0
Fork 0

gnu: indi: Stop returning #t from phases.

* gnu/packages/astronomy.scm (indi)[arguments]: Remove #t phase return values.
master
Tobias Geerinckx-Rice 2021-05-04 13:49:45 +02:00
parent 9a40c1d5bb
commit a49a007328
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 4 deletions

View File

@ -820,13 +820,11 @@ provide you with detailed information about each pass.")
(lambda* (#:key tests? #:allow-other-keys) (lambda* (#:key tests? #:allow-other-keys)
(when tests? (when tests?
(with-directory-excursion "test" (with-directory-excursion "test"
(invoke "ctest")) (invoke "ctest")))))
#t)))
(add-before 'install 'set-install-directories (add-before 'install 'set-install-directories
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))
(mkdir-p (string-append out "/lib/udev/rules.d"))) (mkdir-p (string-append out "/lib/udev/rules.d"))))))))
#t)))))
(native-inputs (native-inputs
`(("googletest" ,googletest))) `(("googletest" ,googletest)))
(inputs (inputs