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:
Ivan Vilata i Balaguer 2023-01-27 09:22:03 +01:00 committed by Nicolas Goaziou
parent c2b40b4b4c
commit f656e61268
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -121,6 +121,7 @@
;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -20004,6 +20005,9 @@ (define-public emacs-ergoemacs-mode
(base32
"1ipwzl0l26g5qvc1sgmz2ra5vn1j3hl0mnkgzpa3j4p8gsmxdiqr"))))
(build-system emacs-build-system)
(arguments
(list #:include #~(cons* "^kbd\\.svg$" "^kbd-ergo\\.svg$"
%default-include)))
(propagated-inputs
(list emacs-undo-tree))
(home-page "https://ergoemacs.github.io/")