guix-commits
[Top][All Lists]
Advanced

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

13/23: gnu: sbcl-cl-syntax-annot: Inherit from sbcl-cl-syntax.


From: guix-commits
Subject: 13/23: gnu: sbcl-cl-syntax-annot: Inherit from sbcl-cl-syntax.
Date: Wed, 6 May 2020 12:18:21 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 0627ad3002b78215c3b9151f613723ba5b083dd9
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Wed May 6 14:49:38 2020 +0200

    gnu: sbcl-cl-syntax-annot: Inherit from sbcl-cl-syntax.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-syntax-annot): Inherit from
      sbcl-cl-syntax and remove unnecessary fields.
---
 gnu/packages/lisp-xyz.scm | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 77cf0c1..baf8269 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3975,30 +3975,18 @@ PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and 
TUPLE.")
 
 (define-public sbcl-cl-syntax-annot
   (package
+    (inherit sbcl-cl-syntax)
     (name "sbcl-cl-syntax-annot")
-    (version "0.0.3")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/m2ym/cl-syntax.git";)
-             (commit "03f0c329bbd55b8622c37161e6278366525e2ccc")))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "17ran8xp77asagl31xv8w819wafh6whwfc9p6dgx22ca537gyl4y"))))
-    (build-system asdf-build-system/sbcl)
     (arguments
      '(#:asd-file "cl-syntax-annot.asd"
        #:asd-system-name "cl-syntax-annot"))
     (inputs
      `(("sbcl-cl-syntax" ,sbcl-cl-syntax)
        ("sbcl-cl-annot" ,sbcl-cl-annot)))
-    (home-page "https://github.com/m2ym/cl-syntax";)
-    (synopsis "Reader Syntax Coventions for Common Lisp and SLIME")
+    (synopsis "Common Lisp reader Syntax for cl-annot")
     (description
-     "CL-SYNTAX provides Reader Syntax Coventions for Common Lisp and
-SLIME.")
-    (license license:llgpl)))
+     "CL-SYNTAX provides reader syntax coventions for Common Lisp and
+@code{cl-annot}.")))
 
 (define-public cl-syntax-annot
   (sbcl-package->cl-source-package sbcl-cl-syntax-annot))



reply via email to

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