guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: Add ecl-md5.


From: guix-commits
Subject: 02/10: gnu: Add ecl-md5.
Date: Tue, 1 Sep 2020 12:26:47 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 588a4492ebfe1c115de86576603ba9fcbe8f0174
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Sep 1 13:50:15 2020 +0200

    gnu: Add ecl-md5.
    
    * gnu/packages/lisp-xyz.scm (ecl-md5): New variable.
---
 gnu/packages/lisp-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e2706a2..103f0ad 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3611,6 +3611,12 @@ RFC 1321 by R. Rivest, published April 1992.")
 (define-public cl-md5
   (sbcl-package->cl-source-package sbcl-md5))
 
+(define-public ecl-md5
+  (package
+    (inherit (sbcl-package->ecl-package sbcl-md5))
+    (inputs
+     `(("flexi-streams" ,ecl-flexi-streams)))))
+
 (define-public sbcl-cl+ssl
   (let ((commit "701e645081e6533a3f0f0b3ac86389d6f506c4b5")
         (revision "1"))



reply via email to

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