diff options
-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/") |