mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add emacs-mediawiki-el.
* gnu/packages/emacs-xyz.scm (emacs-mediawiki-el): New variable. Change-Id: I79cf043580c13fef23d38645ed841630606a118b
This commit is contained in:
parent
4624302c4a
commit
a950a89d2f
1 changed files with 20 additions and 0 deletions
|
@ -4832,6 +4832,26 @@ (define-public emacs-howm
|
|||
searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
|
||||
(license license:gpl1+)))
|
||||
|
||||
(define-public emacs-mediawiki-el
|
||||
(package
|
||||
(name "emacs-mediawiki-el")
|
||||
(version "2.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hexmode/mediawiki-el.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d05jw2sa19rgzskvavh21bfmbh07yza1drfbgypsvay3nkjfd2z"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "emacs mediawiki editor")
|
||||
(description "This package provides a way to edit mediawiki sites from
|
||||
within emacs.")
|
||||
(home-page "https://github.com/hexmode/mediawiki-el")
|
||||
(license license:agpl3+)))
|
||||
|
||||
(define-public emacs-bm
|
||||
(package
|
||||
(name "emacs-bm")
|
||||
|
|
Loading…
Reference in a new issue