guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57656] [PATCH] gnu: Add cl-wordnet.


From: jgart
Subject: [bug#57656] [PATCH] gnu: Add cl-wordnet.
Date: Wed, 7 Sep 2022 20:08:30 -0500

* gnu/packages/lisp-xyz.scm (cl-wordnet, ecl-wordnet, sbcl-wordnet):
New variables.
---
 guixrus/packages/common/lisp.scm | 35 --------------------------------
 1 file changed, 35 deletions(-)

diff --git a/guixrus/packages/common/lisp.scm b/guixrus/packages/common/lisp.scm
index 634a297..e8b7470 100644
--- a/guixrus/packages/common/lisp.scm
+++ b/guixrus/packages/common/lisp.scm
@@ -199,41 +199,6 @@ generators.")
 (define-public ecl-scribble
   (sbcl-package->ecl-package sbcl-scribble))
 
-(define-public sbcl-wordnet
-  (let ((commit "8cd0db8f5e84e7a930fa74e590ecddf75cd8e5d6")
-        (revision "0"))
-    (package
-      (name "sbcl-wordnet")
-      (version (git-version "20220213" revision commit))
-      (source
-        (origin
-          (method git-fetch)
-          (uri (git-reference
-                (url "https://github.com/phoe/wordnet";)
-                (commit commit)))
-          (file-name (git-file-name name version))
-          (sha256
-           (base32 "07p60k295fsfcp0gmkqhrxd68hb38aqva8f4k8xk8bqqxxf42vkq"))))
-      (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:tests? #f ; There are no tests.
-         #:asd-files '("wordnet.asd")
-         #:asd-systems '("wordnet")))
-      (inputs
-        (list sbcl-split-sequence))
-      (home-page "https://github.com/phoe/wordnet";)
-      (synopsis "Common Lisp interface to WordNet")
-      (description
-"This software provides an interface by which Common Lisp programs can
-access lexicographic data from WordNet.")
-      (license license:expat))))
-
-(define-public cl-wordnet
-  (sbcl-package->cl-source-package sbcl-wordnet))
-
-(define-public ecl-wordnet
-  (sbcl-package->ecl-package sbcl-wordnet))
-
 (define-public sbcl-cxp
   (let ((commit "cdea8984d7dcf7fa075200973482bf9a27341003")
         (revision "0"))
-- 
2.37.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]