mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-syslog-mode.
* gnu/packages/emacs-xyz.scm (emacs-syslog-mode): New variable.
This commit is contained in:
parent
bf1f212269
commit
9b3df37142
1 changed files with 22 additions and 0 deletions
|
@ -30176,6 +30176,28 @@ challenge the three computer opponents in one player mode. You can
|
||||||
even train opponent slimes.")
|
even train opponent slimes.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-syslog-mode
|
||||||
|
(package
|
||||||
|
(name "emacs-syslog-mode")
|
||||||
|
(version "20210910.1952")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/vapniks/syslog-mode.git")
|
||||||
|
(commit "072664784dae41a573a9de8d178bf577b7526b82")))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"04ddpn6il6mh1f992x3fxl6yljryghi51q4845lx08cbc74wnfz0"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-hide-lines emacs-ov emacs-hsluv))
|
||||||
|
(home-page "https://github.com/vapniks/syslog-mode")
|
||||||
|
(synopsis "Major-mode for viewing log files and strace output")
|
||||||
|
(description "This library provides a major-mode for viewing syslog and
|
||||||
|
strace files. You can highlight and filter the lines of the file by regular
|
||||||
|
expressions and by timestamp, view notes associated with files, extract text,
|
||||||
|
count matches, etc.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-systemd-mode
|
(define-public emacs-systemd-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-systemd-mode")
|
(name "emacs-systemd-mode")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue