guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: picolisp: Add libxcrypt dependency.


From: guix-commits
Subject: branch core-updates updated: gnu: picolisp: Add libxcrypt dependency.
Date: Mon, 17 Jun 2024 22:46:32 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new d846da1ec2 gnu: picolisp: Add libxcrypt dependency.
d846da1ec2 is described below

commit d846da1ec22e8ea28c7155fdc8d541e44080b4e0
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jun 18 10:45:17 2024 +0800

    gnu: picolisp: Add libxcrypt dependency.
    
    * gnu/packages/lisp.scm (picolisp32)[inputs]: Add libxcrypt.
    
    Change-Id: I3757ddabfdb5d10325246da9458d554191e9e978
---
 gnu/packages/lisp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index fb92874b65..97deb6c52a 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1104,7 +1104,8 @@ development in a wide-range of areas.")
                    #t))))
     (build-system gnu-build-system)
     (inputs
-     `(("openssl" ,openssl)))
+     `(("libxcrypt" ,libxcrypt)
+       ("openssl" ,openssl)))
     (arguments
      `(#:system ,(match (%current-system)
                    ((or "armhf-linux" "aarch64-linux")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]