diff options
author | Konrad Hinsen <konrad.hinsen@fastmail.net> | 2024-09-06 14:27:40 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-09-07 13:19:15 +0200 |
commit | 683cbb283a9fce9ef8ed9ef71ba9a79d0a467670 (patch) | |
tree | d593438c7a9eb46ac812b0577ef1b8b6c6c11423 /gnu/local.mk | |
parent | 904f871378337b7c9e6ffa2b62d9a62a6d1e937d (diff) | |
download | guix-683cbb283a9fce9ef8ed9ef71ba9a79d0a467670.tar.gz guix-683cbb283a9fce9ef8ed9ef71ba9a79d0a467670.zip |
gnu: Add sbcl-ciel-repl.
* gnu/packages/patches/sbcl-clei-repl.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lisp-xyz.scm (sbcl-ciel-repl): New variable.
Change-Id: I85eabe27d35a6d540a634f4121209b59a6c7085b
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cf42e2b6da..61401b8820 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2124,6 +2124,7 @@ dist_patch_DATA = \ %D%/packages/patches/sbcl-aserve-add-HTML-5-elements.patch \ %D%/packages/patches/sbcl-aserve-fix-rfe12668.patch \ %D%/packages/patches/sbcl-burgled-batteries3-fix-signals.patch \ + %D%/packages/patches/sbcl-ciel-repl.patch \ %D%/packages/patches/sbcl-clml-fix-types.patch \ %D%/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch \ %D%/packages/patches/sbcl-fast-generic-functions-fix-sbcl-2.4.patch \ |