gnu: Add emacs-ob-racket.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Ie3542d8a8644deaa2b1588bc4537859c08444dbf
This commit is contained in:
Sergiu Ivanov 2024-07-09 09:42:28 +02:00 committed by Nicolas Goaziou
parent d0b42c90d8
commit fda8945978
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26425,6 +26425,27 @@ (define-public emacs-racket-mode
It follows DrRacket concepts where applicable.")
(license license:gpl2+))))
(define-public emacs-ob-racket
(package
(name "emacs-ob-racket")
(version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hasu/emacs-ob-racket")
(commit version)))
(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"))