unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72973] [PATCH] gnu: Add sbcl-termp, cl-termp, ecl-termp
@ 2024-09-02 15:49 Konrad Hinsen
  2024-09-03 13:32 ` bug#72973: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2024-09-02 15:49 UTC (permalink / raw)
  To: 72973

* gnu/packages/lisp-xyz.scm (sbcl-termp): New public variable.
* gnu/packages/lisp-xyz.scm (cl-termp): New public variable.
* gnu/packages/lisp-xyz.scm (ecl-termp): New public variable.

Change-Id: I224bff2ef056cfb46153570dde430840fa425581
---
 gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c0d7f90aed..510bf47118 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27945,6 +27945,35 @@ (define-public cl-terminfo
 (define-public ecl-terminfo
   (sbcl-package->ecl-package sbcl-terminfo))
 
+(define-public sbcl-termp
+  (let ((commit "29789fe83db624679b6f341e3fae3f2577ce6a45"))
+    (package
+      (name "sbcl-termp")
+      (version "0.1")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/vindarel/termp")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "03r5cv01q4yg0a2dv2ckn2xys53y9isrq3hkp0dqa96q8wrindlh"))))
+      (build-system asdf-build-system/sbcl)
+      (synopsis "Test for real vs. dumb terminal window")
+      (description
+       "A trivial utility for distinguishing between a process running
+in a real terminal window and a process running in a dumb one, e.g.
+emacs-slime.")
+      (home-page "https://github.com/vindarel/termp")
+      (license license:expat))))
+
+(define-public cl-termp
+  (sbcl-package->cl-source-package sbcl-termp))
+
+(define-public ecl-termp
+  (sbcl-package->ecl-package sbcl-termp))
+
 (define-public sbcl-terrable
   (let ((commit "e4fe23ffa08e8d53a8168105b413861da59cc786")
         (revision "1"))

base-commit: 3c21d0da62b3d6832dd1ab450d8ab50ab8d38f27
-- 
2.45.2




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

end of thread, other threads:[~2024-09-03 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 15:49 [bug#72973] [PATCH] gnu: Add sbcl-termp, cl-termp, ecl-termp Konrad Hinsen
2024-09-03 13:32 ` bug#72973: " 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).