* [bug#74906] [PATCH] gnu: Add emacs-sicp.
@ 2024-12-16 0:03 Suhail Singh
[not found] ` <handler.74906.B.173430786714630.ack@debbugs.gnu.org>
0 siblings, 1 reply; 2+ messages in thread
From: Suhail Singh @ 2024-12-16 0:03 UTC (permalink / raw)
To: 74906; +Cc: Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74906: Acknowledgement ([PATCH] gnu: Add emacs-sicp.)
[not found] ` <handler.74906.B.173430786714630.ack@debbugs.gnu.org>
@ 2024-12-16 0:18 ` Suhail Singh
0 siblings, 0 replies; 2+ messages in thread
From: Suhail Singh @ 2024-12-16 0:18 UTC (permalink / raw)
To: 74906-done
Closing this patch without merge, since there's an existing "sicp"
package and the latter seems to be based off a more current version.
--
Suhail
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-16 0:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 0:03 [bug#74906] [PATCH] gnu: Add emacs-sicp Suhail Singh
[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
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.