guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: sbcl-gtype: Update to 0.1-2.2442e32.


From: guix-commits
Subject: 01/03: gnu: sbcl-gtype: Update to 0.1-2.2442e32.
Date: Wed, 16 Sep 2020 10:34:17 -0400 (EDT)

glv pushed a commit to branch wip-lisp
in repository guix.

commit e4c03dd5c70780e00d87ec69a8da376a8c9a57fe
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 16 15:32:29 2020 +0200

    gnu: sbcl-gtype: Update to 0.1-2.2442e32.
    
    * gnu/packages/lisp-xyz.scm (sbcl-gtype): Update to 0.1-2.2442e32.
      (ecl-gtype): New variable.
---
 gnu/packages/lisp-xyz.scm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 66d99b8..d335c6c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8389,8 +8389,8 @@ additional form that is considered as a candidate for a 
constant.")
   (sbcl-package->ecl-package sbcl-constantfold))
 
 (define-public sbcl-gtype
-  (let ((commit "42275e3606242ae91e9c8dfa30c18ced50a35b66")
-        (revision "1"))
+  (let ((commit "2442e32485635525af278ebd8fa69a27d5b8cf18")
+        (revision "2"))
     (package
       (name "sbcl-gtype")
       (version (git-version "0.1" revision commit))
@@ -8402,8 +8402,7 @@ additional form that is considered as a candidate for a 
constant.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32
-           "1f56dba998v945jcxhha391557n6md1ql25b7icfwwfivhmlaa9b"))))
+          (base32 "0hbkfdw00v7bsa6zbric34p5w6hfwxycccg8wc2faq0cxhsvpv9h"))))
       (build-system asdf-build-system/sbcl)
       (synopsis "C++/Julia-like parametric types in Common Lisp")
       (description
@@ -8427,6 +8426,15 @@ type correctness in Common Lisp.  It is based on CLtL2 
extensions.")
 (define-public cl-gtype
   (sbcl-package->cl-source-package sbcl-gtype))
 
+(define-public ecl-gtype
+  (let ((pkg (sbcl-package->ecl-package sbcl-gtype)))
+    (package
+      (inherit pkg)
+      (arguments
+       (substitute-keyword-arguments (package-arguments pkg)
+         ;; The tests fail on ECL with a COMPILE-FILE-ERROR for t/package.lisp.
+         ((#:tests? _ #f) #f))))))
+
 (define-public sbcl-numcl
   (let ((commit "1cf7dfa59f763a24a501092870e9c5ee745d0c17")
         (revision "1"))



reply via email to

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