unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51670] [PATCH] gnu: Add cl-alloy
@ 2021-11-07 18:54 Sharlatan Hellseher
  2021-11-08  8:38 ` bug#51670: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-11-07 18:54 UTC (permalink / raw)
  To: 51670

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-Add-cl-alloy.patch --]
[-- Type: text/x-patch, Size: 2198 bytes --]

From 052d9f07c42922f54b36bfbd126bbe63815313fc Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 7 Nov 2021 18:50:57 +0000
Subject: [PATCH] gnu: Add cl-alloy

* gnu/packages/lisp-xyz.scm (sbcl-alloy, cl-alloy, ecsl-alloy): New variables.
---
 gnu/packages/lisp-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 53911487ac..66accd59a1 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17575,6 +17575,43 @@ (define-public ecl-trial
 (define-public cl-trial
   (sbcl-package->cl-source-package sbcl-trial))
 
+(define-public sbcl-alloy
+  (let ((commit "e86e22c2887836ec31cd97e039f0bca5248d8f1c")
+        (revision "1"))
+    (package
+      (name "sbcl-alloy")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Shirakumo/alloy")
+               (commit commit)))
+         (file-name (git-file-name "alloy" version))
+         (sha256
+          (base32 "1jsqjr6sf86hcdvnjp4gd10qv0r7kfkr9hmda85irb5lha4q9n7w"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs
+       `(("parachute" ,sbcl-parachute)
+         ("alexandria" ,sbcl-alexandria)))
+      (inputs
+       `(("documentation-utils" ,sbcl-documentation-utils)
+         ("closer-mop" ,sbcl-closer-mop)
+         ("array-utils" ,sbcl-array-utils)))
+      (home-page "https://shirakumo.github.io/alloy/")
+      (synopsis "Common Lisp user interface protocol and tolkit implementation")
+      (description
+       "Alloy is a user interface toolkit.  It is defined through a set of
+protocols that allow for a clear interface, as well as a standardised way to
+integrate Alloy into a target backend.")
+      (license license:zlib))))
+
+(define-public ecl-alloy
+  (sbcl-package->ecl-package sbcl-alloy))
+
+(define-public cl-alloy
+  (sbcl-package->cl-source-package sbcl-alloy))
+
 (define-public sbcl-org-sampler
   (let ((commit "ee135a417750e5b1d810bb9574eb85223cb3038a")
         (revision "1"))
-- 
2.33.1


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

* bug#51670: [PATCH] gnu: Add cl-alloy
  2021-11-07 18:54 [bug#51670] [PATCH] gnu: Add cl-alloy Sharlatan Hellseher
@ 2021-11-08  8:38 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-08  8:38 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 51670-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 6ec0c6c7678234ff5ab4c892903e0b682cbd876d.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2021-11-08  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 18:54 [bug#51670] [PATCH] gnu: Add cl-alloy Sharlatan Hellseher
2021-11-08  8:38 ` bug#51670: " Guillaume Le Vaillant

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).