diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
commit | d90d24bcbc9399ff9d7fb7759d56988d11f86c0a (patch) | |
tree | daf56ec7bd351900aaebce0a72d89cbdbdbedbda /gnu/packages | |
parent | 9923bf62dc151cff2d58cf9225c0d5b3537101a2 (diff) |
gnu: cryfs: Remove input labels.
* gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crypto.scm | 3 |
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/") |