GNU bug report logs - #74906
[PATCH] gnu: Add emacs-sicp.

Previous Next

Package: guix-patches;

Reported by: "Suhail Singh" <suhailsingh247 <at> gmail.com>

Date: Mon, 16 Dec 2024 00:12:02 UTC

Severity: normal

Tags: patch

Done: Suhail Singh <suhailsingh247 <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74906 in the body.
You can then email your comments to 74906 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#74906; Package guix-patches. (Mon, 16 Dec 2024 00:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Suhail Singh" <suhailsingh247 <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Mon, 16 Dec 2024 00:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Suhail Singh" <suhailsingh247 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-sicp.
Date: Sun, 15 Dec 2024 19:03:30 -0500
* 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




Reply sent to Suhail Singh <suhailsingh247 <at> gmail.com>:
You have taken responsibility. (Mon, 16 Dec 2024 00:20:02 GMT) Full text and rfc822 format available.

Notification sent to "Suhail Singh" <suhailsingh247 <at> gmail.com>:
bug acknowledged by developer. (Mon, 16 Dec 2024 00:20:04 GMT) Full text and rfc822 format available.

Message #10 received at 74906-done <at> debbugs.gnu.org (full text, mbox):

From: Suhail Singh <suhailsingh247 <at> gmail.com>
To: 74906-done <at> debbugs.gnu.org
Subject: Re: bug#74906: Acknowledgement ([PATCH] gnu: Add emacs-sicp.)
Date: Sun, 15 Dec 2024 19:18:15 -0500
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 13 Jan 2025 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 152 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.