diff options
| author | jgart <jgart@dismail.de> | 2026-01-30 01:56:50 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-01-30 01:57:05 -0500 |
| commit | 2c5d6124bbb3785ad866bd230badee5fe51c772f (patch) | |
| tree | 178e83d954a439eb5ba1c37ba71093ca77ca85d8 /gnu | |
| parent | 621eb7042c3660f52a7443a82eabec813fe82e40 (diff) | |
gnu: sbcl-cl-coroutine: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-cl-coroutine)[inputs]: Refactor to modern style.
Change-Id: I90e1c821959545bc1ee03d7d1c7b5b756c329d42
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 3892e8ed1b..0329878958 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -5525,8 +5525,8 @@ cookie headers, cookie creation, cookie jar creation and more.") "1cqdhdjxffgfs116l1swjlsmcbly0xgcgrckvaajd566idj9yj4l")))) (build-system asdf-build-system/sbcl) (inputs - `(("alexandria" ,sbcl-alexandria) - ("cl-cont" ,sbcl-cl-cont))) + (list sbcl-alexandria + sbcl-cl-cont)) (native-inputs (list sbcl-prove)) (arguments |
