gnu: cryfs: Remove trailing #t.
* gnu/packages/crypto.scm (cryfs)[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
d90d24bcbc
commit
dd9b31254b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user