diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2019-10-17 16:43:12 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-10-18 11:09:44 +0200 |
commit | 63729d92774a07c66c06010fee4a6e6a138b277a (patch) | |
tree | 647697976a56d4a260d830722d6408276ecf0b47 /gnu/packages/lisp.scm | |
parent | 85a898536c14c718c259e6c4ec07922eda3ab9cc (diff) | |
download | patches-63729d92774a07c66c06010fee4a6e6a138b277a.tar patches-63729d92774a07c66c06010fee4a6e6a138b277a.tar.gz |
gnu: Add ecl-dexador.
* gnu/packages/lisp.scm (ecl-dexador): New variable.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index a868e0123b..609c15f214 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -6258,6 +6258,9 @@ cookie headers, cookie creation, cookie jar creation and more.") neat APIs and connection-pooling. It is meant to supersede Drakma.") (license license:expat)))) +(define-public ecl-dexador + (sbcl-package->ecl-package sbcl-dexador)) + (define-public sbcl-lisp-namespace (let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0") (revision "1")) |