From: "Suhail Singh" <suhailsingh247@gmail.com>
To: 74906@debbugs.gnu.org
Cc: Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#74906] [PATCH] gnu: Add emacs-sicp.
Date: Sun, 15 Dec 2024 19:03:30 -0500 [thread overview]
Message-ID: <52a4780d44032578c2d7d7788c75a4398f31b562.1734307816.git.suhail@bayesians.ca> (raw)
* gnu/packages/emacs-xyz.scm (emacs-sicp): New variable.
Change-Id: Ia0da0c971fc5c2d2bd2e0129708683608d41916e
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2809894d1a..8dea34351a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8005,6 +8005,29 @@ (define-public emacs-page-break-lines
as horizontal rules.")
(license license:gpl3+)))
+(define-public emacs-sicp
+ (let ((commit "552b44fd873b5cadde4e76d10cef4d6e21a4287a")
+ (revision "0"))
+ (package
+ (name "emacs-sicp")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/webframp/sicp-info")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0v3cwflnbqbw1k2m1yvl8xxna0ipgdqki7y9jpvqyhm6lhrkrmdi"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/webframp/sicp-info")
+ (synopsis "Structure and Interpretation of Computer Programs in Info format")
+ (description
+ "This package provides the second edition of the book Structure and
+Interpretation of Computer Programs (SICP) in Info format.")
+ (license license:gpl3+))))
+
(define-public emacs-simple-httpd
(package
(name "emacs-simple-httpd")
base-commit: a9003b8e6b40b59c9545ae87bb441d3549630db7
next reply other threads:[~2024-12-16 0:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-16 0:03 Suhail Singh [this message]
[not found] ` <handler.74906.B.173430786714630.ack@debbugs.gnu.org>
2024-12-16 0:18 ` bug#74906: Acknowledgement ([PATCH] gnu: Add emacs-sicp.) Suhail Singh
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=52a4780d44032578c2d7d7788c75a4398f31b562.1734307816.git.suhail@bayesians.ca \
--to=suhailsingh247@gmail.com \
--cc=74906@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=liliana.prikler@gmail.com \
/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.