GNU bug report logs -
#46267
[PATCH] gnu: Added emacs-geiser-gaunche.
Previous Next
Reported by: Martin Becze <mjbecze <at> riseup.net>
Date: Wed, 3 Feb 2021 08:56:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 03 Feb 2021 22:14:04 +0100
with message-id <87v9b8kg6b.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46267] [PATCH] gnu: Added emacs-geiser-gaunche.
has caused the debbugs.gnu.org bug report #46267,
regarding [PATCH] gnu: Added emacs-geiser-gaunche.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
46267: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46267
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-geiser-gauche): New variable.
---
gnu/packages/emacs-xyz.scm | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index be5b707b4c..41e4845379 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -61,7 +61,7 @@
;;; Copyright © 2020 Robert Smith <robertsmith <at> posteo.net>
;;; Copyright © 2020 Evan Straw <evan.straw99 <at> gmail.com>
;;; Copyright © 2020 Masaya Tojo <masaya <at> tojo.tokyo>
-;;; Copyright © 2020 Martin Becze <mjbecze <at> riseup.net>
+;;; Copyright © 2020, 2021 Martin Becze <mjbecze <at> riseup.net>
;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
;;; Copyright © 2020 6033fe7de85d <6033fe7de85d <at> airmail.cc>
@@ -274,6 +274,40 @@ using geiser.")
(license license:bsd-3)
(home-page "https://github.com/xiaohanyu/ac-geiser"))))
+(define-public emacs-geiser-gauche
+ (package
+ (name "emacs-geiser-gauche")
+ (version "0.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/emacs-geiser/gauche.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0rxncnzx7qgcpvc8nz0sd8r0hwrplazzraahdwhbpq0q6z8ywqgg"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'install 'install-scheme
+ (lambda* (#:key outputs #:allow-other-keys)
+ (install-file
+ "geiser-gauche.scm"
+ (string-append
+ (assoc-ref outputs "out")
+ "/share/emacs/site-lisp"))
+ #t)))))
+ (native-inputs
+ `(("geiser" ,emacs-geiser)))
+ (home-page "https://gitlab.com/emacs-geiser/gauche")
+ (synopsis "Gauche Scheme support for Geiser")
+ (description
+ "This package adds support for the Gauche Scheme implementation to Geiser,
+a generic Scheme interaction mode for the GNU Emacs editor.")
+ (license license:expat)))
+
(define-public emacs-hyperbole
(package
(name "emacs-hyperbole")
--
2.30.0
[Message part 3 (message/rfc822, inline)]
Hello,
Martin Becze <mjbecze <at> riseup.net> writes:
> * gnu/packages/emacs-xyz.scm (emacs-geiser-gauche): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.