mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: Add ecl-md5.
* gnu/packages/lisp-xyz.scm (ecl-md5): New variable.
This commit is contained in:
parent
bfa784620e
commit
588a4492eb
1 changed files with 6 additions and 0 deletions
|
@ -3611,6 +3611,12 @@ (define-public sbcl-md5
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue