mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-alexandria.
* gnu/packages/lisp-xyz.scm (clasp-alexandria): New variable. Change-Id: If049d40ec3221d50fd7149a2962ec15a6ec45ae3 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
e47e39f270
commit
fe723cfadd
1 changed files with 11 additions and 0 deletions
|
@ -969,6 +969,17 @@ portable between implementations.")
|
|||
`(modify-phases ,phases
|
||||
(delete 'build-doc))))))))
|
||||
|
||||
(define-public clasp-alexandria
|
||||
(let ((pkg (sbcl-package->clasp-package sbcl-alexandria)))
|
||||
(package
|
||||
(inherit pkg)
|
||||
(outputs '("out"))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments pkg)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(delete 'build-doc))))))))
|
||||
|
||||
(define-public sbcl-alexandria-plus
|
||||
(let ((commit "adafb09838a84895bedb119f8253b89b6a04a2c5")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue