all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergiu Ivanov <sivanov@colimite.fr>
To: 71994@debbugs.gnu.org
Subject: [bug#71994] [PATCH] gnu: Add emacs-ob-racket.
Date: Mon, 08 Jul 2024 10:57:25 +0100	[thread overview]
Message-ID: <8734oktddm.fsf@colimite.fr> (raw)

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

Dear Guix,

Here's a patch packaging emacs-ob-racket for Guix.

Thanks!

-
Sergiu

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-ob-racket.patch --]
[-- Type: text/x-patch, Size: 1942 bytes --]

From cb0fc5e27c8fc8a6158fd3d3d8f046994b28f72f Mon Sep 17 00:00:00 2001
Message-ID: <cb0fc5e27c8fc8a6158fd3d3d8f046994b28f72f.1720287408.git.sivanov@colimite.fr>
From: Sergiu Ivanov <sivanov@colimite.fr>
Date: Sat, 6 Jul 2024 18:34:22 +0100
Subject: [PATCH] gnu: Add emacs-ob-racket.

* gnu/packages/emacs-xyz.scm (emacs-ob-racket): New variable.

Change-Id: I54e96f51f1615b737f34fb729da6f872e64c2ebe
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 76cd340e5e..91fa4e6dc7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26400,6 +26400,30 @@ (define-public emacs-racket-mode
 It follows DrRacket concepts where applicable.")
       (license license:gpl2+))))
 
+(define-public emacs-ob-racket
+  (let ((commit "c7b7eee58fcde2ad515b72288742e555e7ec7915")
+	(version "1.3.0")
+        (revision "0"))
+    (package
+      (name "emacs-ob-racket")
+      (version (git-version version revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/hasu/emacs-ob-racket")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "0bqhxi1nikxwc0gyqsnxc7ya2s41vc06w39s24qz64kja8zqzzya"))
+                (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/hasu/emacs-ob-racket")
+      (synopsis "Org-babel support for Racket")
+      (description
+       "This package adds spport for working with Racket code blocks with
+Org-babel in Org-mode.")
+      (license license:gpl3+))))
+
 (define-public emacs-grep-context
   (let ((commit "5a4e3efdf775755c1bbefcfe4b461c1166d81d7d")
         (revision "1"))

base-commit: 5ee2799cabba4b2d462ac064a98789d7bca07923
-- 
2.45.2


             reply	other threads:[~2024-07-08  9:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-08  9:57 Sergiu Ivanov [this message]
2024-07-08 10:51 ` [bug#71994] [PATCH] gnu: Add emacs-ob-racket Nicolas Goaziou via Guix-patches via
2024-07-08 17:09   ` Sergiu Ivanov
2024-07-09  8:06     ` bug#71994: " Nicolas Goaziou via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8734oktddm.fsf@colimite.fr \
    --to=sivanov@colimite.fr \
    --cc=71994@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.