gnu: opendoas: Add libxcrypt dependency.

* gnu/packages/admin.scm (opendoas)[inputs]: Add libxcrypt.

Change-Id: I6b25323f8a9d769725b075ac952c18fdbf3756b1
This commit is contained in:
宋文武 2024-06-18 11:58:57 +08:00 committed by Ludovic Courtès
parent 93f6cf9619
commit a090b42d66
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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