me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-ubiquitous: Also compile ubiquitous-concurrent.

* gnu/packages/lisp-xyz.scm (sbcl-ubiquitous)[arguments]: Add
  ubiquitous-concurrent to 'asd-systems'.
master
Guillaume Le Vaillant 2021-02-03 23:09:15 +01:00
parent 7bfa0adec7
commit 1b7be882b5
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 0 deletions

View File

@ -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