iyzsong pushed a commit to branch core-updates
in repository guix.

commit 4aec4917ef483b040b9c8a3094301d7364dec201
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:58:57 2024 +0800

    gnu: opendoas: Add libxcrypt dependency.
    
    * gnu/packages/admin.scm (opendoas)[inputs]: Add libxcrypt.
    
    Change-Id: I6b25323f8a9d769725b075ac952c18fdbf3756b1
---
 gnu/packages/admin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index aa0fb66b7a..de3ed8140b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2178,6 +2178,8 @@ commands and their arguments.")
        #: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

Reply via email to