mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: sbcl-ubiquitous: Also compile ubiquitous-concurrent.
* gnu/packages/lisp-xyz.scm (sbcl-ubiquitous)[arguments]: Add ubiquitous-concurrent to 'asd-systems'.
This commit is contained in:
parent
7bfa0adec7
commit
1b7be882b5
1 changed files with 3 additions and 0 deletions
|
@ -543,6 +543,9 @@ compatible with ANSI-compliant Common Lisp implementations.")
|
|||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
`(("bordeaux-threads" ,sbcl-bordeaux-threads)))
|
||||
(arguments
|
||||
'(#:asd-systems '("ubiquitous"
|
||||
"ubiquitous-concurrent")))
|
||||
(home-page "https://shinmera.github.io/ubiquitous/")
|
||||
(synopsis "Application configuration mechanism for Common Lisp")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue