gnu: cryfs: Remove trailing #t.

* gnu/packages/crypto.scm (cryfs)[arguments]:
Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:02 +02:00
parent d90d24bcbc
commit dd9b31254b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1519,16 +1519,15 @@ non-encrypted files.")
(when tests? (when tests?
(let ((tests (find-files "." "-test$"))) (let ((tests (find-files "." "-test$")))
;; XXX: Disable failing tests. Unfortunately there are a ;; XXX: Disable failing tests. Unfortunately there are a
;; few. Some only fail in the build environment due to ;; few. Some only fail in the build environment due to
;; FUSE not being available. ;; FUSE not being available.
(for-each invoke (for-each invoke
(lset-difference string-contains (lset-difference string-contains
tests tests
'("cpp-utils-test" '("cpp-utils-test"
"cryfs-cli-test" "cryfs-cli-test"
"blobstore-test" "blobstore-test"
"fspp-test"))))) "fspp-test"))))))))))
#t)))))
(native-inputs (native-inputs
(list pkg-config python-wrapper)) (list pkg-config python-wrapper))
(inputs (inputs