From f656e61268b3f99e8f70970a98845ec67e9ac447 Mon Sep 17 00:00:00 2001 From: Ivan Vilata i Balaguer Date: Fri, 27 Jan 2023 09:22:03 +0100 Subject: gnu: emacs-ergoemacs-mode: Include keyboard layout SVGs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/emacs-xyz.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index dc378581f5..645bfa851b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -121,6 +121,7 @@ ;;; Copyright © 2022 Joeke de Graaf ;;; Copyright © 2023 Simon Streit ;;; Copyright © 2023 John Kehayias +;;; Copyright © 2023 Ivan Vilata-i-Balaguer ;;; ;;; 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/") -- cgit v1.2.3