gnu: cryfs: Remove input labels.
* gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.
This commit is contained in:
parent
9923bf62dc
commit
d90d24bcbc
1 changed files with 1 additions and 2 deletions
|
@ -1530,8 +1530,7 @@ non-encrypted files.")
|
||||||
"fspp-test")))))
|
"fspp-test")))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-wrapper)
|
(list pkg-config python-wrapper))
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list boost curl fuse range-v3 spdlog))
|
(list boost curl fuse range-v3 spdlog))
|
||||||
(home-page "https://www.cryfs.org/")
|
(home-page "https://www.cryfs.org/")
|
||||||
|
|
Reference in a new issue