mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rbw: Add missing input.
* gnu/packages/rust-apps.scm (rbw)[native-inputs]: Add perl.
This commit is contained in:
parent
a7927dd568
commit
f0593783b9
1 changed files with 2 additions and 0 deletions
|
@ -1671,6 +1671,8 @@ (define-public rbw
|
|||
("rust-url" ,rust-url-2)
|
||||
("rust-uuid" ,rust-uuid-0.8)
|
||||
("rust-zeroize" ,rust-zeroize-1))))
|
||||
(native-inputs
|
||||
(list perl))
|
||||
(home-page "https://git.tozt.net/rbw")
|
||||
(synopsis "Unofficial Bitwarden CLI")
|
||||
(description "This package is an unofficial command line client for
|
||||
|
|
Loading…
Reference in a new issue