all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Allan Adair <allan@adair.no>
To: 54420@debbugs.gnu.org
Subject: [bug#54420] [PATCH] Add emacs-osm
Date: Wed, 16 Mar 2022 13:28:11 +0100	[thread overview]
Message-ID: <c6b3944d94ef322f0f27dd1df3db3e55a72597ab.camel@adair.no> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-Add-emacs-osm.patch --]
[-- Type: text/x-patch, Size: 1241 bytes --]

From 977dc0a27d593a2888590672dca1b02c8a838841 Mon Sep 17 00:00:00 2001
From: Allan Adair <allan@adair.no>
Date: Wed, 16 Mar 2022 13:21:24 +0100
Subject: [PATCH] gnu: Add emacs-osm.

* gnu/packages/emacs-xyz.scm (emacs-osm): New variable.
---
 gnu/packages/emacs-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 826c2141a9..9ba8b2bef6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30803,3 +30803,20 @@ (define-public emacs-fennel-mode
      "Fennel mode provides font-lock, indentation, navigation, and REPL for
  Fennel code within Emacs.")
     (license license:gpl3+)))
+
+(define-public emacs-osm
+  (package
+   (name "emacs-osm")
+   (version "0.4")
+   (source
+    (origin
+      (method url-fetch)
+      (uri (string-append "https://elpa.gnu.org/packages/osm-" version ".tar"))
+      (sha256
+       (base32 "0dgyn3nx2jyyn0z61k9xn28m2gc9nc8z66kj886l4gnp0k5bbva8"))))
+   (build-system emacs-build-system)
+   (home-page "https://github.com/minad/osm")
+   (synopsis "OpenStreetMap viewer")
+   (description "@code{emacs-osm} is an OpenStreetMap viewer for Emacs")
+   (license license:gpl3+)))
+
-- 
2.34.0


             reply	other threads:[~2022-03-16 13:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-16 12:28 Allan Adair [this message]
2022-03-18 13:55 ` bug#54420: [PATCH] Add emacs-osm Ludovic Courtès

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=c6b3944d94ef322f0f27dd1df3db3e55a72597ab.camel@adair.no \
    --to=allan@adair.no \
    --cc=54420@debbugs.gnu.org \
    /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.