mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: emacs-show-font: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-show-font): Update to 0.3.0. [arguments] <#:phases> {makeinfo}: New phase. Change-Id: If0bdc71417e79892cb182b1364bb4f5eb050a17e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b40eced515
commit
a15890d6f6
1 changed files with 15 additions and 2 deletions
|
@ -1536,7 +1536,7 @@ is based off of Slim mode.")
|
||||||
(define-public emacs-show-font
|
(define-public emacs-show-font
|
||||||
(package
|
(package
|
||||||
(name "emacs-show-font")
|
(name "emacs-show-font")
|
||||||
(version "0.2.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1545,8 +1545,21 @@ is based off of Slim mode.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bvd1jw5x623zh0ga8hvq7mdmijlvlwk478adlvg1k1a6s371wss"))))
|
(base32 "0nn7yqc0zsl0kxk17k0hd9dxd65lslj24fd83fych1jla4hd93jc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-before 'install 'makeinfo
|
||||||
|
(lambda _
|
||||||
|
(invoke "emacs"
|
||||||
|
"--batch"
|
||||||
|
"--eval=(require 'ox-texinfo)"
|
||||||
|
"--eval=(find-file \"README.org\")"
|
||||||
|
"--eval=(org-texinfo-export-to-info)"))))))
|
||||||
|
(native-inputs
|
||||||
|
(list texinfo))
|
||||||
(home-page "https://github.com/protesilaos/show-font")
|
(home-page "https://github.com/protesilaos/show-font")
|
||||||
(synopsis "Show font features in a buffer")
|
(synopsis "Show font features in a buffer")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue