mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: opendoas: Add libxcrypt dependency.
* gnu/packages/admin.scm (opendoas)[inputs]: Add libxcrypt. Change-Id: I6b25323f8a9d769725b075ac952c18fdbf3756b1
This commit is contained in:
parent
93f6cf9619
commit
a090b42d66
1 changed files with 2 additions and 0 deletions
|
@ -2178,6 +2178,8 @@ (define-public opendoas
|
|||
#:tests? #f)) ; no test suite
|
||||
(native-inputs
|
||||
(list bison))
|
||||
(inputs
|
||||
(list libxcrypt))
|
||||
(home-page "https://github.com/Duncaen/OpenDoas")
|
||||
(synopsis "Portable version of OpenBSD's doas command")
|
||||
(description "Doas is a minimal replacement for the venerable sudo. It was
|
||||
|
|
Loading…
Reference in a new issue