aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-10-16 02:00:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-10-16 02:00:00 +0200
commitd90d24bcbc9399ff9d7fb7759d56988d11f86c0a (patch)
treedaf56ec7bd351900aaebce0a72d89cbdbdbedbda /gnu/packages/crypto.scm
parent9923bf62dc151cff2d58cf9225c0d5b3537101a2 (diff)
downloadguix-d90d24bcbc9399ff9d7fb7759d56988d11f86c0a.tar
guix-d90d24bcbc9399ff9d7fb7759d56988d11f86c0a.tar.gz
gnu: cryfs: Remove input labels.
* gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r--gnu/packages/crypto.scm3
1 files changed, 1 insertions, 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/")