mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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 @@ (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/")
|
||||
|
|
Loading…
Reference in a new issue