mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Add emacs-osm.
* gnu/packages/emacs-xyz.scm (emacs-osm): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
322707bc7f
commit
64677f40e0
1 changed files with 20 additions and 0 deletions
|
@ -30803,3 +30803,23 @@ (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.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/osm-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "0p19qyx4gw1rn2f5hlxa7gx1sph2z5vjw7cnxwpjhbbr0430zzwb"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/minad/osm")
|
||||
(synopsis "OpenStreetMap viewer for Emacs")
|
||||
(description
|
||||
"This package provides an OpenStreetMap viewer for Emacs, featuring
|
||||
zoomable and moveable map display, display of tracks and POIs from GPX files,
|
||||
parallel fetching of tiles with cURL, and more.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue