guix-commits
[Top][All Lists]
Advanced

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

03/22: gnu: cryfs: Remove input labels.


From: guix-commits
Subject: 03/22: gnu: cryfs: Remove input labels.
Date: Wed, 19 Oct 2022 15:37:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

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

    gnu: cryfs: Remove input labels.
    
    * gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.
---
 gnu/packages/crypto.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 71dfedc7ff..b6dcbc0c0d 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1530,8 +1530,7 @@ non-encrypted files.")
                                                 "fspp-test")))))
              #t)))))
     (native-inputs
-     `(("python" ,python-wrapper)
-       ("pkg-config" ,pkg-config)))
+     (list pkg-config python-wrapper))
     (inputs
      (list boost curl fuse range-v3 spdlog))
     (home-page "https://www.cryfs.org/";)



reply via email to

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