gnu: cryfs: Remove input labels.

* gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:05 +02:00
parent 9923bf62dc
commit d90d24bcbc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1530,8 +1530,7 @@ (define-public cryfs
"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/")