diff options
| author | jgart <jgart@dismail.de> | 2026-01-29 17:37:21 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-01-29 17:38:03 -0500 |
| commit | d17bd12dca76c37243c147df0f0436fa45ea4ded (patch) | |
| tree | 6bbd77fbfb7c20b123d24afd97531815426f54be /gnu | |
| parent | 311dbb1413c6f267917c08fdd016bafc7dee2732 (diff) | |
gnu: sbcl-ubiquitous: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-ubiquitous)[inputs]: Refactor to modern style.
Change-Id: I97e1a58a0b095158ed8dacf370b334959dd50a64
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 2f61ab6bff..fc4dc22b39 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -33576,7 +33576,7 @@ RFC7564.") (base32 "1xlkaqmjcpkiv2xl2s2pvvrv976dlc846wm16s1lj62iy1315i49")))) (build-system asdf-build-system/sbcl) (inputs - `(("bordeaux-threads" ,sbcl-bordeaux-threads))) + (list sbcl-bordeaux-threads)) (arguments '(#:asd-systems '("ubiquitous" "ubiquitous-concurrent"))) |
