unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59060] [PATCH] gnu: Add cl-seria.
@ 2022-11-05 20:25 ` jgart via Guix-patches via
  2022-11-06  3:32   ` [bug#59060] Acknowledgement ([PATCH] gnu: Add cl-seria.) jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-05 20:25 UTC (permalink / raw)
  To: 59060; +Cc: jgart

* gnu/packages/lisp-xyz.scm (cl-seria, ecl-seria, sbcl-seria): New variables.
---
 gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 01dcf4f46d..676db6308d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24666,6 +24666,38 @@ (define-public cl-smug
 (define-public ecl-smug
   (sbcl-package->ecl-package sbcl-smug))
 
+(define-public sbcl-seria
+  (let ((commit "2bba04dc6abdc0b85a511cae9c460942e2ad305a")
+        (revision "0"))
+    (package
+     (name "sbcl-seria")
+     (version (git-version "0.0.1" revision commit))
+     (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Izaakwltn/seria")
+               (commit commit)))
+         (file-name (git-file-name "cl-seria" version))
+         (sha256
+          (base32 "04igpj7y4g5qi4f6fa0shkmywlg1zvhlhhzwy83nni0xxb4xibm5"))))
+     (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-alexandria))
+     (arguments
+      `(#:tests? #f)) ; There are no tests.
+     (synopsis "Module for exploring twelve-tone serialism")
+     (description
+"@code{cl-seria} provides a module for exploring twelve-tone serialism
+in Common Lisp.")
+     (home-page "https://github.com/Izaakwltn/seria/")
+     (license license:expat))))
+
+(define-public cl-seria
+  (sbcl-package->cl-source-package sbcl-seria))
+
+(define-public ecl-seria
+  (sbcl-package->ecl-package sbcl-seria))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#59060] Acknowledgement ([PATCH] gnu: Add cl-seria.)
  2022-11-05 20:25 ` [bug#59060] [PATCH] gnu: Add cl-seria jgart via Guix-patches via
@ 2022-11-06  3:32   ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-06  3:32 UTC (permalink / raw)
  To: 59060

Hi, sorry, hold off on this patch:

https://github.com/Izaakwltn/seria/issues/2#issuecomment-1304664668

I'll send a new patch when seria is fully integrated into holberg and I have a package definition for it.

all best,

jgart




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-06  3:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <handler.59060.B.16676799624342.ack@debbugs.gnu.org>
2022-11-05 20:25 ` [bug#59060] [PATCH] gnu: Add cl-seria jgart via Guix-patches via
2022-11-06  3:32   ` [bug#59060] Acknowledgement ([PATCH] gnu: Add cl-seria.) jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).