guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/22: gnu: cryfs: Remove trailing #t.


From: guix-commits
Subject: 04/22: gnu: cryfs: Remove trailing #t.
Date: Wed, 19 Oct 2022 15:37:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dd9b31254bc8d43c28d9d545e09bbed1e4eeb762
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:02 2022 +0200

    gnu: cryfs: Remove trailing #t.
    
    * gnu/packages/crypto.scm (cryfs)[arguments]:
    Don't explicitly return #t from phases.
---
 gnu/packages/crypto.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]