[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37791] [PATCH 4/4] gnu: Add ecl-dexador.
From: |
Guillaume Le Vaillant |
Subject: |
[bug#37791] [PATCH 4/4] gnu: Add ecl-dexador. |
Date: |
Thu, 17 Oct 2019 16:43:12 +0200 |
* gnu/packages/lisp.scm (ecl-dexador): New variable.
---
gnu/packages/lisp.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index a8293dad3a..e42a806ff4 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -6256,6 +6256,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"))
--
2.23.0