mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-logview: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-logview): Fix typo in version. [propagated-inputs]: Add emacs-compat. Change-Id: I42b6bd62ad78103f6c1c0e2e9152d95e32664bdb
This commit is contained in:
parent
ac546fa74d
commit
12bd1d925c
1 changed files with 2 additions and 2 deletions
|
@ -27408,7 +27408,7 @@ and doesn't require memorisation of commands.
|
||||||
(define-public emacs-logview
|
(define-public emacs-logview
|
||||||
(package
|
(package
|
||||||
(name "emacs-logview")
|
(name "emacs-logview")
|
||||||
(version "0.19.1.1")
|
(version "0.19.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -27419,7 +27419,7 @@ and doesn't require memorisation of commands.
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qgkmjw5prc5zrsccdmh9wfr1fyk9jfdfnqn6ldsbi7jhbr71366"))))
|
(base32 "0qgkmjw5prc5zrsccdmh9wfr1fyk9jfdfnqn6ldsbi7jhbr71366"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-datetime emacs-extmap))
|
(list emacs-compat emacs-datetime emacs-extmap))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/doublep/logview/")
|
(home-page "https://github.com/doublep/logview/")
|
||||||
(synopsis "Emacs mode for viewing log files")
|
(synopsis "Emacs mode for viewing log files")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue