summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2025-06-26 01:49:16 -0400
committerjgart <jgart@dismail.de>2025-06-26 01:49:16 -0400
commit1b5d83f50472437dcfbef911b6a68c04147d0f9b (patch)
treec7213c3c70b835b9d4d44db986739bda74f6e841
parentb1cbd3ea5c1b5e0cf2e850d47e486a42d28f4226 (diff)
gnu: Add clasp-chemical-compounds.
* gnu/packages/lisp-xyz.scm (clasp-chemical-compounds): New variable. Change-Id: I717fdf067fb1e1794287d32e0380284f61fc4207
-rw-r--r--gnu/packages/lisp-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e7a847e8fb..b10de23c12 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3599,6 +3599,9 @@ could just install the chemical-compounds package.")
(define-public ecl-chemical-compounds
(sbcl-package->ecl-package sbcl-chemical-compounds))
+(define-public clasp-chemical-compounds
+ (sbcl-package->clasp-package sbcl-chemical-compounds))
+
(define-public sbcl-chipz
(let ((version "0.8")
(commit "82a17d39c78d91f6ea63a03aca8f9aa6069a5e11")