mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: emacs-ergoemacs-mode: Include keyboard layout SVGs.
* gnu/packages/emacs-xyz.scm (emacs-ergoemacs-mode)[arguments]<#:include>: Add SVG files. A couple of SVG files from the source need to be installed to make ‘ergoemacs-theme-describe’ and ‘ergoemacs-layout-describe’ work. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c2b40b4b4c
commit
f656e61268
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
||||||
;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
|
;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
|
||||||
;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
|
;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
|
||||||
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
|
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
|
||||||
|
;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -20004,6 +20005,9 @@ (define-public emacs-ergoemacs-mode
|
||||||
(base32
|
(base32
|
||||||
"1ipwzl0l26g5qvc1sgmz2ra5vn1j3hl0mnkgzpa3j4p8gsmxdiqr"))))
|
"1ipwzl0l26g5qvc1sgmz2ra5vn1j3hl0mnkgzpa3j4p8gsmxdiqr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:include #~(cons* "^kbd\\.svg$" "^kbd-ergo\\.svg$"
|
||||||
|
%default-include)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-undo-tree))
|
(list emacs-undo-tree))
|
||||||
(home-page "https://ergoemacs.github.io/")
|
(home-page "https://ergoemacs.github.io/")
|
||||||
|
|
Loading…
Reference in a new issue